vcenter identity vc identity: update spec

The update_spec structure contains data to update the 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:

{
    "signing_cert_chain"{
        "cert_chain"[
            "string",
            "string"
        ]
    },
    "label""string",
    "type""string",
    "oauth2_response_endpoint""string"
}

Attributes:

Name Type Description
Required
signing_cert_chain.cert_chain string[] Certificate chain in base64 format. This attribute was added in vSphere API 6.7.2.

Optional
label string Label of the trust. A non-unique, user-readable label. 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 unspecified, leaves value unchanged.

type string Type of trust, used to distinguish between different types of domains such as cloud or on-prem. 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 unspecified, leaves value unchanged.

signing_cert_chain x509_cert_chain Signing certificate chain which will replace existing chain. The existing chain will continue to be used to validate tokens for at least the maximum lifetime of the tokens. 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 unspecified, leaves value unchanged.

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. If unset, leaves value unchanged.