interface AssociateDraft {
    associateRoleAssignments?: AssociateRoleAssignmentDraft[];
    customer: CustomerResourceIdentifier;
    roles?: string[];
}

Properties

associateRoleAssignments?: AssociateRoleAssignmentDraft[]

Roles assigned to the Associate within a Business Unit.

The Customer to be part of the Business Unit.

roles?: string[]

Deprecated type. Use associateRoleAssignment instead.

Deprecated

Generated using TypeDoc