@akamai/openapi-ts
    Preparing search index...

    Type Alias GetSharegroupMemberTokenResponses

    type GetSharegroupMemberTokenResponses = {
        "200": {
            created: string;
            expiry: string | null;
            label: string;
            status: "active" | "revoked";
            token_uuid: string;
            updated: string | null;
        };
    }
    Index

    Properties

    Properties

    "200": {
        created: string;
        expiry: string | null;
        label: string;
        status: "active" | "revoked";
        token_uuid: string;
        updated: string | null;
    }

    The shared group membership's details.

    Type Declaration

    • Readonlycreated: string

      Read-only When the user became the share group's member.

    • Readonlyexpiry: string | null

      Read-only When the user's share group membership expires.

    • label: string

      The share group member's descriptive name.

    • status: "active" | "revoked"

      Read-only The current membership status. Share group members can be active or revoked. Revoked members' data remains available for two weeks after they left a share group.

    • Readonlytoken_uuid: string

      Read-only The membership token's unique identifier. Not to be confused with the token needed to add a member to the share group.

    • Readonlyupdated: string | null

      Read-only When the user's share group membership was last updated.