GoogleChromeManagementVersionsV1CertificateProvisioningProcess constructor

GoogleChromeManagementVersionsV1CertificateProvisioningProcess({
  1. GoogleChromeManagementVersionsV1ChromeOsDevice? chromeOsDevice,
  2. GoogleChromeManagementVersionsV1ChromeOsUserSession? chromeOsUserSession,
  3. String? failureMessage,
  4. GoogleChromeManagementVersionsV1GenericCaConnection? genericCaConnection,
  5. GoogleChromeManagementVersionsV1GenericProfile? genericProfile,
  6. String? issuedCertificate,
  7. String? name,
  8. String? provisioningProfileId,
  9. GoogleChromeManagementVersionsV1ScepCaConnection? scepCaConnection,
  10. GoogleChromeManagementVersionsV1ScepProfile? scepProfile,
  11. String? signData,
  12. String? signature,
  13. String? signatureAlgorithm,
  14. String? startTime,
  15. 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,
});