vcenter identity foreign security principals: info
The
info
structure contains information about a foreign security principal. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"identity_provider_id" : "string",
"domain" : "string",
"name" : "string",
"group_names" : [
"string",
"string"
],
"group_ids" : [
"string",
"string"
],
"id" : "obj-103"
}
"identity_provider_id" : "string",
"domain" : "string",
"name" : "string",
"group_names" : [
"string",
"string"
],
"group_ids" : [
"string",
"string"
],
"id" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
id | string | The identifier of the principal. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.identity.ForeignSecurityPrincipals . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.identity.ForeignSecurityPrincipals . |
identity_provider_id | string | The identity provider that this principal belongs to. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
name | string | The name of the principal. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
domain | string | The domain that the principal belongs to. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Optional | ||
group_names | string[] | The names of groups that the principal is a member of. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, the groups will be empty. |
group_ids | string[] | The ids of groups that the principal is a member of. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, the groups will be empty. |