ManagementServer constructor
ManagementServer({
- List<
String> ? baProxyUri, - String? createTime,
- String? description,
- String? etag,
- Map<
String, String> ? labels, - ManagementURI? managementUri,
- String? name,
- List<
NetworkConfig> ? networks, - String? oauth2ClientId,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? state,
- String? type,
- String? updateTime,
- WorkforceIdentityBasedManagementURI? workforceIdentityBasedManagementUri,
- WorkforceIdentityBasedOAuth2ClientID? workforceIdentityBasedOauth2ClientId,
Implementation
ManagementServer({
this.baProxyUri,
this.createTime,
this.description,
this.etag,
this.labels,
this.managementUri,
this.name,
this.networks,
this.oauth2ClientId,
this.satisfiesPzi,
this.satisfiesPzs,
this.state,
this.type,
this.updateTime,
this.workforceIdentityBasedManagementUri,
this.workforceIdentityBasedOauth2ClientId,
});