Identity_ForeignSecurityPrincipals_Create_RequestBody
Identity_ForeignSecurityPrincipals_Create_RequestBody
This is a request body class for an operation.
JSON Example
{
"id": "string",
"spec": {
"identity_provider_id": "string",
"name": "string",
"domain": "string",
"group_names": [
"string"
],
"group_ids": [
"string"
]
}
}
string
id
Required
the principal identifier. The parameter must be an identifier for the resource type: com.vmware.vcenter.identity.ForeignSecurityPrincipals.
spec
Required
the information to create the principal.