GoogleChromeManagementVersionsV1CertificateProvisioningProcess class

A certificate provisioning process.

Properties

chromeOsDevice GoogleChromeManagementVersionsV1ChromeOsDevice?
The client certificate is being provisioned for a ChromeOS device.
getter/setter pair
chromeOsUserSession GoogleChromeManagementVersionsV1ChromeOsUserSession?
The client certificate is being provisioned for a ChromeOS user.
getter/setter pair
failureMessage String?
A message describing why this CertificateProvisioningProcess has failed.
getter/setter pair
genericCaConnection GoogleChromeManagementVersionsV1GenericCaConnection?
The CA connection is a generic CA connection.
getter/setter pair
genericProfile GoogleChromeManagementVersionsV1GenericProfile?
The profile is a generic certificate provisioning profile.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuedCertificate String?
The issued certificate for this CertificateProvisioningProcess in PEM format.
getter/setter pair
name String?
Identifier.
getter/setter pair
provisioningProfileId String?
The ID of the certificate provisioning profile.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scepCaConnection GoogleChromeManagementVersionsV1ScepCaConnection?
The CA connection is a SCEP CA connection.
getter/setter pair
scepProfile GoogleChromeManagementVersionsV1ScepProfile?
The profile is a SCEP certificate provisioning profile.
getter/setter pair
signature String?
The signature of signature_algorithm, generated using the client's private key using signature_algorithm.
getter/setter pair
signatureAlgorithm String?
The signature algorithm that the client and backend components use when processing sign_data.
getter/setter pair
signatureAsBytes List<int>
getter/setter pair
signData String?
The data that the client was asked to sign.
getter/setter pair
signDataAsBytes List<int>
getter/setter pair
startTime String?
Server-generated timestamp of when the certificate provisioning process has been created.
getter/setter pair
subjectPublicKeyInfo String?
The public key for which a certificate should be provisioned.
getter/setter pair
subjectPublicKeyInfoAsBytes List<int>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited