interface AssociateRoleResourceIdentifier {
    id?: string;
    key?: string;
    typeId: "associate-role";
}

Properties

Properties

id?: string

Unique identifier of the referenced AssociateRole. Either id or key is required.

key?: string

Unique key of the referenced AssociateRole. Either id or key is required.

typeId: "associate-role"

Generated using TypeDoc