adobe-firefly-sdk
    Preparing search index...

    Type Alias PendingRoleEntry

    PendingRoleEntry

    Represents a pending role entry for a user along with the role and the timestamp of the invitation.

    type PendingRoleEntry = {
        created: Date;
        email: string;
        id: string;
        role: RoleEnums;
    }
    Index

    Properties

    Properties

    created: Date

    Timestamp when the invitation was created.

    email: string

    Invited Email

    Email address of the invited user.

    id: string

    Invitation ID

    Unique identifier for the invitation (typically mailto:).

    role: RoleEnums