Generated after a successful Create AssociateRole request.

interface AssociateRoleCreatedMessagePayload {
    associateRole: AssociateRole;
    type: "AssociateRoleCreated";
}

Properties

Properties

associateRole: AssociateRole

The AssociateRole that was created.

type: "AssociateRoleCreated"

Generated using TypeDoc