Assign properties to a tenant.

Assign properties like policies etc. to a tenant on a given cluster.
The API expects a list of all the assignments (policies etc.) that are
supposed to be associated to the Tenant. The list of assignments passed
get assigned to the Tenant and anything else that was already assigned
gets unassigned.

Log in to see full request history
Path Params
string
required

The Tenant id.

Body Params
string | null

Specifies the the cluster on which properties are to be assigned.
The format is clusterId:clusterIncarnationId.

array of strings | null

List of policies on the cluster, to be assigned to the Tenant.

policyIds
Responses

Response body
object
string | null

The tenant id.

object | null

Result of attempted tenant assignments

string | null

Specifies the the cluster on which properties are to be assigned.
The format is clusterId:clusterIncarnationId.

policies
array of strings

A list of Ids of properties assigned to the tenant.

TenantAssignmentTypeStringId

Language
Credentials
URL