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

Properties

Properties

key: string

User-defined unique identifier of the Associate Role.

name: string

Name of the Associate Role.

type: "AssociateRoleLabel"