OBJECT

IdentityDataLocationEncryptionInfo

Description

Contains encryption information for an identity data location.

link GraphQL Schema definition

  • type IdentityDataLocationEncryptionInfo {
  • # Cipher used to encrypt the data location.
  • cipher: String!
  • # Encryption type used for the data location.
  • encryptionType: EncryptionType!
  • # Key name used to encrypt the data location.
  • keyName: String!
  • # Key vault name used to encrypt the data location.
  • keyVaultName: String!
  • # Key version used to encrypt the data location.
  • keyVersion: String!
  • # Name of the data location.
  • locationName: String!
  • # Workload ID for the data location.
  • workloadId: UUID!
  • # Workload type for the data location.
  • workloadType: IdentityWorkloadType!
  • }