Reference to an AssociateRole by its key.

interface AssociateRoleKeyReference {
    key: string;
    typeId: "associate-role";
}

Properties

Properties

key: string

Unique and immutable key of the referenced AssociateRole.

typeId: "associate-role"

Generated using TypeDoc