Interface AssociateRolePermissionsSetMessagePayload

Generated after a successful Set Permissions update action.

interface AssociateRolePermissionsSetMessagePayload {
    permissions: string[];
    type: "AssociateRolePermissionsSet";
}

Properties

Properties

permissions: string[]

Permission assigned to the AssociateRole.

type: "AssociateRolePermissionsSet"

Generated using TypeDoc