Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ScepProfile

Describes a SCEP certificate provisioning profile.

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

Properties

CertificateTemplateName

Output only. The certificate template name as defined by the admin on their on-prem infrastructure. The Certificate Authority uses this name to identify the certificate template.

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

Country

Output only. The country of the subject.

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

ETag

The ETag of the item.

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

KeyUsages

Output only. The allowed key usages for certificate's key.

Declaration
[JsonProperty("keyUsages")]
public virtual IList<string> KeyUsages { get; set; }
Property Value
Type Description
IList<string>

Locality

Output only. The locality of the subject.

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

Organization

Output only. The name of the organization the subject belongs to.

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

OrganizationalUnits

Output only. The organizational units of the subject.

Declaration
[JsonProperty("organizationalUnits")]
public virtual IList<string> OrganizationalUnits { get; set; }
Property Value
Type Description
IList<string>

State

Output only. The state of the subject.

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

SubjectAltNames

Output only. The subject alternative names.

Declaration
[JsonProperty("subjectAltNames")]
public virtual IList<GoogleChromeManagementVersionsV1SubjectAltName> SubjectAltNames { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementVersionsV1SubjectAltName>

SubjectCommonName

Output only. The common name of the subject.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX