Class CertificateAuthority
Redis cluster certificate authority
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class CertificateAuthority : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ManagedServerCa
Declaration
[JsonProperty("managedServerCa")]
public virtual ManagedCertificateAuthority ManagedServerCa { get; set; }
Property Value
Type | Description |
---|---|
ManagedCertificateAuthority |
Name
Identifier. Unique name of the resource in this scope including project, location and cluster using the
form: projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |