interface AssociateRoleAssignment {
    associateRole: AssociateRoleKeyReference;
    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