@nebius/js-sdk - v0.1.22
    Preparing search index...

    Interface ListGroupMembershipsWithAttributesResponse

    interface ListGroupMembershipsWithAttributesResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.ListGroupMembershipsWithAttributesResponse";
        memberships: GroupMembershipWithAttributes[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.ListGroupMembershipsWithAttributesResponse"

    Members of the group with their attributes if supported by member type. Can be tenant user accounts (regular or provisional/invited) or service accounts. Regular tenant user accounts may have a full set of attributes, provisional may have contacts only, service accounts

    nextPageToken: string