AccessSettings constructor
AccessSettings({
- AllowedDomainsSettings? allowedDomainsSettings,
- CorsSettings? corsSettings,
- GcipSettings? gcipSettings,
- List<
String> ? identitySources, - OAuthSettings? oauthSettings,
- PolicyDelegationSettings? policyDelegationSettings,
- ReauthSettings? reauthSettings,
- WorkforceIdentitySettings? workforceIdentitySettings,
Implementation
AccessSettings({
this.allowedDomainsSettings,
this.corsSettings,
this.gcipSettings,
this.identitySources,
this.oauthSettings,
this.policyDelegationSettings,
this.reauthSettings,
this.workforceIdentitySettings,
});