GoogleChromeManagementVersionsV1CertificateProvisioningProcess constructor
GoogleChromeManagementVersionsV1CertificateProvisioningProcess({
- GoogleChromeManagementVersionsV1ChromeOsDevice? chromeOsDevice,
- GoogleChromeManagementVersionsV1ChromeOsUserSession? chromeOsUserSession,
- String? failureMessage,
- GoogleChromeManagementVersionsV1GenericCaConnection? genericCaConnection,
- GoogleChromeManagementVersionsV1GenericProfile? genericProfile,
- String? issuedCertificate,
- String? name,
- String? provisioningProfileId,
- GoogleChromeManagementVersionsV1ScepCaConnection? scepCaConnection,
- GoogleChromeManagementVersionsV1ScepProfile? scepProfile,
- String? signData,
- String? signature,
- String? signatureAlgorithm,
- String? startTime,
- String? subjectPublicKeyInfo,
Implementation
GoogleChromeManagementVersionsV1CertificateProvisioningProcess({
this.chromeOsDevice,
this.chromeOsUserSession,
this.failureMessage,
this.genericCaConnection,
this.genericProfile,
this.issuedCertificate,
this.name,
this.provisioningProfileId,
this.scepCaConnection,
this.scepProfile,
this.signData,
this.signature,
this.signatureAlgorithm,
this.startTime,
this.subjectPublicKeyInfo,
});