TrustConfig constructor
TrustConfig({
- List<
AllowlistedCertificate> ? allowlistedCertificates, - String? createTime,
- String? description,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- Map<
String, TrustStore> ? spiffeTrustStores, - List<
TrustStore> ? trustStores, - String? updateTime,
Implementation
TrustConfig({
this.allowlistedCertificates,
this.createTime,
this.description,
this.etag,
this.labels,
this.name,
this.spiffeTrustStores,
this.trustStores,
this.updateTime,
});