Typescript SDK Type Docs
    Preparing search index...

    Interface AssociateRoleAssignmentDraft

    The role of an Associate in a Business Unit.

    interface AssociateRoleAssignmentDraft {
        associateRole: AssociateRoleKeyReference;
        inheritance: AssociateRoleInheritanceMode;
    }
    Index

    Properties

    The role to assign to the Associate.

    Determines whether the AssociateRole is inherited. If Disabled, the AssociateRole is not inherited from a parent Business Unit.