vcenter identity vc identity: info

The info structure contains data that represents a local vCenter identity. 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:

{
    "domain""string",
    "label""string",
    "upn_suffixes"[
        "string",
        "string"
    ],
    "signing_cert_chains"[
        {
            "cert_chain"[
                "string",
                "string"
            ]
        },
        {
            "cert_chain"[
                "string",
                "string"
            ]
        }
    ],
    "type""string",
    "oauth2_response_endpoint""string"
}

Attributes:

Name Type Description
Required
domain string Domain identifier. 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.

label string label of for the local trust. 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.

type string Type of trust. 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.

upn_suffixes string[] UPN Suffixes. 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.

signing_cert_chains x509_cert_chain[] List of signing certificate chains. 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
oauth2_response_endpoint string Response URL for web logons. 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. This field will be unset if the server side version has not yet supported this field.