Certificate constructor
Certificate({
- String? createTime,
- String? description,
- String? expireTime,
- Map<
String, String> ? labels, - ManagedCertificate? managed,
- ManagedIdentityCertificate? managedIdentity,
- String? name,
- String? pemCertificate,
- List<
String> ? sanDnsnames, - String? scope,
- SelfManagedCertificate? selfManaged,
- String? updateTime,
- List<
UsedBy> ? usedBy,
Implementation
Certificate({
this.createTime,
this.description,
this.expireTime,
this.labels,
this.managed,
this.managedIdentity,
this.name,
this.pemCertificate,
this.sanDnsnames,
this.scope,
this.selfManaged,
this.updateTime,
this.usedBy,
});