GoogleCloudKmsInventoryV1ProtectedResource class
Metadata about a resource protected by a Cloud KMS key.
Constructors
- 
          GoogleCloudKmsInventoryV1ProtectedResource({String? cloudProduct, String? createTime, String? cryptoKeyVersion, List<
String> ? cryptoKeyVersions, Map<String, String> ? labels, String? location, String? name, String? project, String? projectId, String? resourceType}) - GoogleCloudKmsInventoryV1ProtectedResource.fromJson(Map json_)
 
Properties
- cloudProduct ↔ String?
 - 
  The Cloud product that owns the resource.
  getter/setter pair
 - createTime ↔ String?
 - 
  The time at which this resource was created.
  getter/setter pair
 - cryptoKeyVersion ↔ String?
 - 
  The name of the Cloud KMS
CryptoKeyVersion
used to protect this resource via CMEK.
  getter/setter pair
 - 
  cryptoKeyVersions
  ↔ List<
String> ? - 
  The names of the Cloud KMS
CryptoKeyVersion
used to protect this resource via CMEK.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  labels
  ↔ Map<
String, String> ? - 
  A key-value pair of the resource's labels (v1) to their values.
  getter/setter pair
 - location ↔ String?
 - 
  Location can be 
global, regional likeus-east1, or zonal likeus-west1-b.getter/setter pair - name ↔ String?
 - 
  The full resource name of the resource.
  getter/setter pair
 - project ↔ String?
 - 
  Format: 
projects/{PROJECT_NUMBER}.getter/setter pair - projectId ↔ String?
 - 
  The ID of the project that owns the resource.
  getter/setter pair
 - resourceType ↔ String?
 - 
  Example: 
compute.googleapis.com/Diskgetter/setter pair - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited