Show / Hide Table of Contents

Class GoogleCloudKmsInventoryV1ProtectedResourcesSummary

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

Inheritance
object
GoogleCloudKmsInventoryV1ProtectedResourcesSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Kmsinventory.v1.Data
Assembly: Google.Apis.Kmsinventory.v1.dll
Syntax
public class GoogleCloudKmsInventoryV1ProtectedResourcesSummary : IDirectResponseSchema

Properties

CloudProducts

The number of resources protected by the key grouped by Cloud product.

Declaration
[JsonProperty("cloudProducts")]
public virtual IDictionary<string, long?> CloudProducts { get; set; }
Property Value
Type Description
IDictionary<string, long?>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Locations

The number of resources protected by the key grouped by region.

Declaration
[JsonProperty("locations")]
public virtual IDictionary<string, long?> Locations { get; set; }
Property Value
Type Description
IDictionary<string, long?>

Name

The full name of the ProtectedResourcesSummary resource. Example: projects/test-project/locations/us/keyRings/test-keyring/cryptoKeys/test-key/protectedResourcesSummary

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProjectCount

The number of distinct Cloud projects in the same Cloud organization as the key that have resources protected by the key.

Declaration
[JsonProperty("projectCount")]
public virtual int? ProjectCount { get; set; }
Property Value
Type Description
int?

ResourceCount

The total number of protected resources in the same Cloud organization as the key.

Declaration
[JsonProperty("resourceCount")]
public virtual long? ResourceCount { get; set; }
Property Value
Type Description
long?

ResourceTypes

The number of resources protected by the key grouped by resource type.

Declaration
[JsonProperty("resourceTypes")]
public virtual IDictionary<string, long?> ResourceTypes { get; set; }
Property Value
Type Description
IDictionary<string, long?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX