Class UsedBy
Defines a resource that uses the certificate.
Implements
Inherited Members
Namespace: Google.Apis.CertificateManager .v1.Data
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class UsedBy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Full name of the resource https://google.aip.dev/122#full-resource-names, e.g.
//certificatemanager.googleapis.com/projects/*/locations/*/certificateMaps/*/certificateMapEntries/*
or
//compute.googleapis.com/projects/*/locations/*/targetHttpsProxies/*
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |