Class SharedRegionalCertificateAuthority
Shared regional certificate authority
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class SharedRegionalCertificateAuthority : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ManagedServerCa
CA certificate chains for redis managed server authentication.
Declaration
[JsonProperty("managedServerCa")]
public virtual RegionalManagedCertificateAuthority ManagedServerCa { get; set; }
Property Value
| Type | Description |
|---|---|
| RegionalManagedCertificateAuthority |
Name
Identifier. Unique name of the resource in this scope including project and location using the form:
projects/{project}/locations/{location}/sharedRegionalCertificateAuthority
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |