OBJECT
IdentityDataLocationEncryptionInfo
Description
Contains encryption information for an identity data location.
link GraphQL Schema definition
- type IdentityDataLocationEncryptionInfo {
- # Cipher used to encrypt the data location.
- : String!
- # Encryption type used for the data location.
- : EncryptionType!
- # Key name used to encrypt the data location.
- : String!
- # Key vault name used to encrypt the data location.
- : String!
- # Key version used to encrypt the data location.
- : String!
- # Name of the data location.
- : String!
- # Workload ID for the data location.
- : UUID!
- # Workload type for the data location.
- : IdentityWorkloadType!
- }
link Require by
- IdentityDataLocationEncryptionInfoConnectionPaginated list of IdentityDataLocationEncryptionInfo objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- IdentityDataLocationEncryptionInfoEdgeWrapper around the IdentityDataLocationEncryptionInfo object. This wrapper is used for pagination.