Identity_ForeignSecurityPrincipals_UpdateSpec
The ForeignSecurityPrincipals.UpdateSpec structure contains information to update 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. Note: This structure is restricted for VMware internal use only.
{
"name": "string",
"domain": "string",
"group_names": [
"string"
],
"group_ids": [
"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. If unset, leaves value unchanged
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. If unset, leaves value unchanged
The names of groups that the principal is a member of. If the list is empty, deletes all groups. 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. If unset, leaves value unchanged
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. If unset, leaves value unchanged