interface AssociateRoleAssignmentDraft {
    associateRole: AssociateRoleResourceIdentifier;
    inheritance?: AssociateRoleInheritanceMode;
}

Properties

Role the Associate holds within a Business Unit.

Determines whether the AssociateRoleAssignment can be inherited by child Business Units.