esx trusted infrastructure kms providers: info

The info structure contains the information of a provider. 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:

{
    "type""NATIVE",
    "native_info"{
        "key_id""string"
    }
}

Attributes:

Name Type Description
Required
type string Type of provider. 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.

Contains the types of providers. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of:
NATIVE: Native provider. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
TRUST_AUTHORITY: Trust Authority provider. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

native_info.key_id string Key identifier for the provider. 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
native_info native_provider_info Native provider info. 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. It is only relevant when type has value NATIVE. This field is optional and it is only relevant when the value of type is NATIVE.