TrustedInfrastructure_TrustAuthorityClusters_ConsumerPrincipals_FilterSpec

TrustedInfrastructure_TrustAuthorityClusters_ConsumerPrincipals_FilterSpec
TrustedInfrastructure_TrustAuthorityClusters_ConsumerPrincipals_FilterSpec

The ConsumerPrincipals.FilterSpec structure contains data which identifies a connection profile on the trusted vCenter.

JSON Example
{
    "id": [
        "string"
    ],
    "principals": [
        {
            "id": {
                "name": "string",
                "domain": "string"
            },
            "type": "string"
        }
    ],
    "issuer": [
        "string"
    ]
}
array of string
id
Optional

The unqiue identifier of a connection profile. If unset, no filtration will be performed by ID. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.esx.authentication.clientprofile. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.esx.authentication.clientprofile.

principals
Optional

The principal used by the vCenter to retrieve tokens. If unset, no filtration will be performed by principals.

array of string
issuer
Optional

The service which created and signed the security token. If unset, no filtration will be performed by issuer. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.esx.authentication.trust.security-token-issuer. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.esx.authentication.trust.security-token-issuer.