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.
  • canUserManageCluster: Boolean!
  • # The encryption cipher.
  • cipher: String!
  • # The type of encryption used by the Rubrik cluster.
  • encryptionType: ClusterEncryptionType!
  • # Specifies if the Rubrik cluster is connected.
  • isConnected: Boolean!
  • # Specifies if the Rubrik cluster is encrypted.
  • isEncrypted: Boolean!
  • # Specifies whether the Rubrik cluster is hosted in the cloud.
  • isOnCloud: Boolean!
  • # The username for the KMIP client credentials.
  • kmipClientUsername: String!
  • # The latest completed key rotation on the Rubrik cluster.
  • latestRotationCompletedInfo: ClusterKeyRotation
  • # The most recent key rotation request made on RSC for the Rubrik cluster.
  • mostRecentRscRequest: RscKeyRotationRequest
  • # The name of the Rubrik cluster.
  • name: String!
  • # The software version running on the Rubrik cluster.
  • softwareVersion: String!
  • # The supported key protection types for the Rubrik cluster.
  • supportedKeyTypes: [ClusterKeyProtection!]!
  • # The number of KMIP servers used by the cluster.
  • totalKmipServers: Long!
  • # The ID of the Rubrik cluster.
  • uuid: UUID!
  • }