OBJECT
ClusterEncryptionInfo
Description
The Rubrik cluster's encryption-at-rest information.
link GraphQL Schema definition
- type ClusterEncryptionInfo {
- # Specifies if the user can manage the cluster settings.
- : Boolean!
- # The encryption cipher.
- : String!
- # The type of encryption used by the Rubrik cluster.
- : ClusterEncryptionType!
- # Specifies if the Rubrik cluster is connected.
- : Boolean!
- # Specifies if the Rubrik cluster is encrypted.
- : Boolean!
- # Specifies whether the Rubrik cluster is hosted in the cloud.
- : Boolean!
- # The username for the KMIP client credentials.
- : String!
- # The latest completed key rotation on the Rubrik cluster.
- : ClusterKeyRotation
- # The most recent key rotation request made on RSC for the Rubrik cluster.
- : RscKeyRotationRequest
- # The name of the Rubrik cluster.
- : String!
- # The software version running on the Rubrik cluster.
- : String!
- # The supported key protection types for the Rubrik cluster.
- : [ClusterKeyProtection!]!
- # The number of KMIP servers used by the cluster.
- : Long!
- # The ID of the Rubrik cluster.
- : UUID!
- }
link Require by
- ClusterEncryptionInfoConnectionPaginated list of ClusterEncryptionInfo objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ClusterEncryptionInfoEdgeWrapper around the ClusterEncryptionInfo object. This wrapper is used for pagination.