Typescript SDK Type Docs
    Preparing search index...

    Interface AssociateRoleLabel

    interface AssociateRoleLabel {
        key: string;
        name: string;
        type: "AssociateRoleLabel";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the Associate Role.

    name: string

    Name of the Associate Role.

    type: "AssociateRoleLabel"