GoogleCloudKmsInventoryV1ProtectedResourcesSummary class

Aggregate information about the resources protected by a Cloud KMS key in the same Cloud organization as the key.

Constructors

GoogleCloudKmsInventoryV1ProtectedResourcesSummary({Map<String, String>? cloudProducts, Map<String, String>? locations, String? name, int? projectCount, String? resourceCount, Map<String, String>? resourceTypes})
GoogleCloudKmsInventoryV1ProtectedResourcesSummary.fromJson(Map json_)

Properties

cloudProducts Map<String, String>?
The number of resources protected by the key grouped by Cloud product.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locations Map<String, String>?
The number of resources protected by the key grouped by region.
getter/setter pair
name String?
The full name of the ProtectedResourcesSummary resource.
getter/setter pair
projectCount int?
The number of distinct Cloud projects in the same Cloud organization as the key that have resources protected by the key.
getter/setter pair
resourceCount String?
The total number of protected resources in the same Cloud organization as the key.
getter/setter pair
resourceTypes Map<String, String>?
The number of resources protected by the key grouped by resource type.
getter/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