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

Properties

Role the Associate holds within a Business Unit.

inheritance?: string

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

Generated using TypeDoc