AccessSettings constructor

AccessSettings({
  1. AllowedDomainsSettings? allowedDomainsSettings,
  2. CorsSettings? corsSettings,
  3. GcipSettings? gcipSettings,
  4. List<String>? identitySources,
  5. OAuthSettings? oauthSettings,
  6. PolicyDelegationSettings? policyDelegationSettings,
  7. ReauthSettings? reauthSettings,
  8. WorkforceIdentitySettings? workforceIdentitySettings,
})

Implementation

AccessSettings({
  this.allowedDomainsSettings,
  this.corsSettings,
  this.gcipSettings,
  this.identitySources,
  this.oauthSettings,
  this.policyDelegationSettings,
  this.reauthSettings,
  this.workforceIdentitySettings,
});