ListKmsClustersRequestType

ListKmsClustersRequestType
ListKmsClustersRequestType

The parameters of ListKmsClusters.

JSON Example
{
    "includeKmsServers": false,
    "managementTypeFilter": 0,
    "statusFilter": 0
}
boolean
includeKmsServers
Optional

[in] Whether to list KMS servers information in the cluster. By default will not include the KMS servers information.

integer As int32 As int32
managementTypeFilter
Optional

[in] The KMS cluster management type filter. Bit map values: 0x01 - Return VC managed Key Providers registered in the CryptoManager. 0x02 - Return Trusted Key Providers registered in the CryptoManager. 0x04 - Return Trusted Key Providers which are not registered with the CryptoManager. 0x08 - Return Native Key Providers. others - reserved, will be ignored If omitted or -1, then all kinds of Key Providers will be returned.

integer As int32 As int32
statusFilter
Optional

[in] The Key Provider status filter. Bit map values: 0x01 - Return active Key Providers. 0x02 - Return inactive Key Providers. others - reserved, will be ignored If omitted or -1, then all status of Key Providers will be returned.