Identity_ForeignSecurityPrincipals_UpdateSpec

Identity_ForeignSecurityPrincipals_UpdateSpec
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.

JSON Example
{
    "name": "string",
    "domain": "string",
    "group_names": [
        "string"
    ],
    "group_ids": [
        "string"
    ]
}
string
name
Optional

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

string
domain
Optional

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

array of string
group_names
Optional

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

array of string
group_ids
Optional

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