@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPCDFAssumeRoleRequest

    SDK-agnostic request payload for the assume-role operation.

    interface ESPCDFAssumeRoleRequest {
        extraPayload?: Record<string, any>;
        groupIds?: string[];
        nodeIds?: string[];
        userRole?: string;
    }
    Index

    Properties

    extraPayload?: Record<string, any>

    Extra payload to include in the assume-role request

    groupIds?: string[]

    The group IDs to assume the role for

    nodeIds?: string[]

    The node IDs to assume the role for

    userRole?: string

    The role to assume