Show / Hide Table of Contents

Class SubjectConfig

These values are used to create the distinguished name and subject alternative name fields in an X.509 certificate.

Inheritance
object
SubjectConfig
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.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class SubjectConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Subject

Optional. Contains distinguished name fields such as the common name, location and organization.

Declaration
[JsonProperty("subject")]
public virtual Subject Subject { get; set; }
Property Value
Type Description
Subject

SubjectAltName

Optional. The subject alternative name fields.

Declaration
[JsonProperty("subjectAltName")]
public virtual SubjectAltNames SubjectAltName { get; set; }
Property Value
Type Description
SubjectAltNames

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX