vcenter trust vc trusts: info
The
info structure contains data that represents a trust. 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:
{
"label" : "string",
"signing_cert_chains" : [
{
"cert_chain" : [
"string",
"string"
]
},
{
"cert_chain" : [
"string",
"string"
]
}
],
"upn_suffixes" : [
"string",
"string"
],
"type" : "string",
"group_map" : {
"<string>" : [
"string",
"string"
]
}
}
"label" : "string",
"signing_cert_chains" : [
{
"cert_chain" : [
"string",
"string"
]
},
{
"cert_chain" : [
"string",
"string"
]
}
],
"upn_suffixes" : [
"string",
"string"
],
"type" : "string",
"group_map" : {
"<string>" : [
"string",
"string"
]
}
}
{
"label" : "string",
"signing_cert_chains" : [
{
"cert_chain" : [
"string",
"string"
]
},
{
"cert_chain" : [
"string",
"string"
]
}
],
"upn_suffixes" : [
"string",
"string"
],
"type" : "string",
"group_map" : [
{
"value" : [
"string",
"string"
],
"key" : "string"
}
]
}
"label" : "string",
"signing_cert_chains" : [
{
"cert_chain" : [
"string",
"string"
]
},
{
"cert_chain" : [
"string",
"string"
]
}
],
"upn_suffixes" : [
"string",
"string"
],
"type" : "string",
"group_map" : [
{
"value" : [
"string",
"string"
],
"key" : "string"
}
]
}
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| -.label | string | Label of the 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. |
| -.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. |
| -.signing_cert_chains[].cert_chain | string[] | Certificate chain in base64 format. This attribute was added in vSphere API 6.7.2. |
| -.group_map | object | Mapping of group in existing token to a list of local SSO groups in the local domain for new token. If empty, no group mappings have been configured. 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. Object with element values of type string[]. |
| -.upn_suffixes | string[] | Lists the UPN suffixes used in this trust relationship. 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. |
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| label | string | Label of the 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. |
| 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. |
| signing_cert_chains[].cert_chain | string[] | Certificate chain in base64 format. This attribute was added in vSphere API 6.7.2. |
| group_map | list | Mapping of group in existing token to a list of local SSO groups in the local domain for new token. If empty, no group mappings have been configured. 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. List of {"key": string, "value": string[]} |
| upn_suffixes | string[] | Lists the UPN suffixes used in this trust relationship. 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. |