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

    Interface ESPGroupSharingRequestInterface

    Represents the group sharing request.

    interface ESPGroupSharingRequestInterface {
        groupIds: string[];
        groupnames: string[];
        id: string;
        metadata: Record<string, any>;
        newRole: string;
        primaryUsername: string;
        status: ESPGroupSharingStatus;
        timestamp: number;
        transfer: boolean;
        username: string;
    }

    Implemented by

    Index

    Properties

    groupIds: string[]
    groupnames: string[]
    id: string
    metadata: Record<string, any>
    newRole: string
    primaryUsername: string
    timestamp: number
    transfer: boolean
    username: string