Namespace Google.Apis.Kmsinventory.v1.Data
Classes
GoogleCloudKmsInventoryV1ListCryptoKeysResponse
Response message for KeyDashboardService.ListCryptoKeys.
GoogleCloudKmsInventoryV1ProtectedResource
Metadata about a resource protected by a Cloud KMS key.
GoogleCloudKmsInventoryV1ProtectedResourcesSummary
Aggregate information about the resources protected by a Cloud KMS key in the same Cloud organization as the key.
GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse
Response message for KeyTrackingService.SearchProtectedResources.
GoogleCloudKmsV1CryptoKey
A CryptoKey represents a logical key that can be used for cryptographic operations. A CryptoKey is made up of zero or more versions, which represent the actual key material used in cryptographic operations.
GoogleCloudKmsV1CryptoKeyVersion
A CryptoKeyVersion represents an individual cryptographic key, and the associated key material. An ENABLED version can be used for cryptographic operations. For security reasons, the raw cryptographic key material represented by a CryptoKeyVersion can never be viewed or exported. It can only be used to encrypt, decrypt, or sign data when an authorized user or application invokes Cloud KMS.
GoogleCloudKmsV1CryptoKeyVersionTemplate
A CryptoKeyVersionTemplate specifies the properties to use when creating a new CryptoKeyVersion, either manually with CreateCryptoKeyVersion or automatically as a result of auto-rotation.
GoogleCloudKmsV1ExternalProtectionLevelOptions
ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels.
GoogleCloudKmsV1KeyAccessJustificationsPolicy
A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason values for encrypt, decrypt, and sign operations on a CryptoKey.
GoogleCloudKmsV1KeyOperationAttestation
Contains an HSM-generated attestation about a key operation. For more information, see [Verifying attestations] (https://cloud.google.com/kms/docs/attest-key).
GoogleCloudKmsV1KeyOperationAttestationCertificateChains
Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.