GoogleChromeManagementVersionsV1ScepProfile constructor

GoogleChromeManagementVersionsV1ScepProfile({
  1. String? certificateTemplateName,
  2. String? country,
  3. List<String>? keyUsages,
  4. String? locality,
  5. String? organization,
  6. List<String>? organizationalUnits,
  7. String? state,
  8. List<GoogleChromeManagementVersionsV1SubjectAltName>? subjectAltNames,
  9. String? subjectCommonName,
})

Implementation

GoogleChromeManagementVersionsV1ScepProfile({
  this.certificateTemplateName,
  this.country,
  this.keyUsages,
  this.locality,
  this.organization,
  this.organizationalUnits,
  this.state,
  this.subjectAltNames,
  this.subjectCommonName,
});