Show / Hide Table of Contents

Class GoogleAppsCloudidentityDevicesV1CertificateTemplate

CertificateTemplate (v3 Extension in X.509).

Inheritance
object
GoogleAppsCloudidentityDevicesV1CertificateTemplate
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.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1CertificateTemplate : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Id

The template id of the template. Example: "1.3.6.1.4.1.311.21.8.15608621.11768144.5720724.16068415.6889630.81.2472537.7784047".

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

MajorVersion

The Major version of the template. Example: 100.

Declaration
[JsonProperty("majorVersion")]
public virtual int? MajorVersion { get; set; }
Property Value
Type Description
int?

MinorVersion

The minor version of the template. Example: 12.

Declaration
[JsonProperty("minorVersion")]
public virtual int? MinorVersion { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX