interface InheritedAssociate {
    associateRoleAssignments: InheritedAssociateRoleAssignment[];
    customer: CustomerReference;
}

Properties

associateRoleAssignments: InheritedAssociateRoleAssignment[]

Inherited roles of the Associate within a Business Unit.

The Customer that acts as an Associate in the Business Unit.

Generated using TypeDoc