Interface RoleAssignmentCreate

Export

RoleAssignmentCreate

Hierarchy

  • RoleAssignmentCreate

Properties

resource_instance?: string

the resource instance the role is associated with (accepts either the resource instance id or key using this format resource_type:resource_instance)

Memberof

RoleAssignmentCreate

role: string

the role that will be assigned (accepts either the role id or the role key)

Memberof

RoleAssignmentCreate

tenant?: string

the tenant the role is associated with (accepts either the tenant id or the tenant key)

Memberof

RoleAssignmentCreate

user: string

the user the role will be assigned to (accepts either the user id or the user key)

Memberof

RoleAssignmentCreate

Generated using TypeDoc