[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eAccessSettings\u003c/code\u003e class in the Google.Cloud.Iap.V1 namespace provides settings for configuring access to IAP-protected applications.\u003c/p\u003e\n"],["\u003cp\u003eThis API class, \u003ccode\u003eAccessSettings\u003c/code\u003e, supports various configurations like Allowed Domains, CORS, GCIP, OAuth, and Reauthentication for Identity-Aware Proxy.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of the \u003ccode\u003eAccessSettings\u003c/code\u003e class is 2.7.0, with past versions available from 2.6.0 down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAccessSettings\u003c/code\u003e implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, offering functionalities like deep cloning and protocol buffer message support.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors provided for the \u003ccode\u003eAccessSettings\u003c/code\u003e class, one is a parameterless constructor and the other one takes another \u003ccode\u003eAccessSettings\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"]]],[],null,["# Cloud Identity-Aware Proxy v1 API - Class AccessSettings (2.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1.AccessSettings)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.7.0/Google.Cloud.Iap.V1.AccessSettings)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.6.0/Google.Cloud.Iap.V1.AccessSettings)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.5.0/Google.Cloud.Iap.V1.AccessSettings)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.4.0/Google.Cloud.Iap.V1.AccessSettings)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.3.0/Google.Cloud.Iap.V1.AccessSettings)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.2.0/Google.Cloud.Iap.V1.AccessSettings)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.1.0/Google.Cloud.Iap.V1.AccessSettings)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.0.0/Google.Cloud.Iap.V1.AccessSettings)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/1.2.0/Google.Cloud.Iap.V1.AccessSettings)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/1.1.0/Google.Cloud.Iap.V1.AccessSettings)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/1.0.0/Google.Cloud.Iap.V1.AccessSettings) \n\n public sealed class AccessSettings : IMessage\u003cAccessSettings\u003e, IEquatable\u003cAccessSettings\u003e, IDeepCloneable\u003cAccessSettings\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class AccessSettings.\n\nAccess related settings for IAP protected apps. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AccessSettings \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AccessSettings](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1.AccessSettings), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AccessSettings](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1.AccessSettings), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AccessSettings](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1.AccessSettings), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Iap.V1](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Iap.V1.dll\n\nConstructors\n------------\n\n### AccessSettings()\n\n public AccessSettings()\n\n### AccessSettings(AccessSettings)\n\n public AccessSettings(AccessSettings other)\n\nProperties\n----------\n\n### AllowedDomainsSettings\n\n public AllowedDomainsSettings AllowedDomainsSettings { get; set; }\n\nOptional. Settings to configure and enable allowed domains.\n\n### CorsSettings\n\n public CorsSettings CorsSettings { get; set; }\n\nOptional. Configuration to allow cross-origin requests via IAP.\n\n### GcipSettings\n\n public GcipSettings GcipSettings { get; set; }\n\nOptional. GCIP claims and endpoint configurations for 3p identity\nproviders.\n\n### IdentitySources\n\n public RepeatedField\u003cAccessSettings.Types.IdentitySource\u003e IdentitySources { get; }\n\nOptional. Identity sources that IAP can use to authenticate the end user.\nOnly one identity source can be configured.\n\n### OauthSettings\n\n public OAuthSettings OauthSettings { get; set; }\n\nOptional. Settings to configure IAP's OAuth behavior.\n\n### ReauthSettings\n\n public ReauthSettings ReauthSettings { get; set; }\n\nOptional. Settings to configure reauthentication policies in IAP.\n\n### WorkforceIdentitySettings\n\n public WorkforceIdentitySettings WorkforceIdentitySettings { get; set; }\n\nOptional. Settings to configure the workforce identity federation,\nincluding workforce pools and OAuth 2.0 settings."]]