Show / Hide Table of Contents

Class SharedRegionalCertificateAuthority

Shared regional certificate authority

Inheritance
object
SharedRegionalCertificateAuthority
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX