vcenter trusted infrastructure: sts principal id
The
sts_principal_id
structure contains an IDM principal ID. This structure was added in vSphere API 7.0.0.0.Representation:
{
"domain" : "string",
"name" : "string"
}
"domain" : "string",
"name" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | The principal's username. This attribute was added in vSphere API 7.0.0.0. |
domain | string | The principal's domain. This attribute was added in vSphere API 7.0.0.0. |