vcenter trusted infrastructure: sts principal
The
sts_principal
structure contains a IDM principal. This structure was added in vSphere API 7.0.0.0.Representation:
{
"id" : {
"domain" : "string",
"name" : "string"
},
"type" : "STS_USER"
}
"id" : {
"domain" : "string",
"name" : "string"
},
"type" : "STS_USER"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
id | sts_principal_id | The principal's ID. This attribute was added in vSphere API 7.0.0.0. |
id.name | string | The principal's username. This attribute was added in vSphere API 7.0.0.0. |
id.domain | string | The principal's domain. This attribute was added in vSphere API 7.0.0.0. |
type | string | The type of the principal (user or group). This attribute was added in vSphere API 7.0.0.0. The sts_principal_type enum can be either users or groups. This enumeration was added in vSphere API 7.0.0.0. Value is one of:STS_USER: The principal is a user. This constant was added in vSphere API 7.0.0.0. STS_GROUP: The principal is a group. This constant was added in vSphere API 7.0.0.0. |