Class GoogleAppsCloudidentityDevicesV1CertificateTemplate
CertificateTemplate (v3 Extension in X.509).
Implements
Inherited Members
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? |