public sealed class AccessSettings : IMessage<AccessSettings>, IEquatable<AccessSettings>, IDeepCloneable<AccessSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class AccessSettings.
Access related settings for IAP protected apps.
Implements
IMessage<AccessSettings>, IEquatable<AccessSettings>, IDeepCloneable<AccessSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
AccessSettings()
public AccessSettings()
AccessSettings(AccessSettings)
public AccessSettings(AccessSettings other)
Parameter | |
---|---|
Name | Description |
other | AccessSettings |
Properties
AllowedDomainsSettings
public AllowedDomainsSettings AllowedDomainsSettings { get; set; }
Settings to configure and enable allowed domains.
Property Value | |
---|---|
Type | Description |
AllowedDomainsSettings |
CorsSettings
public CorsSettings CorsSettings { get; set; }
Configuration to allow cross-origin requests via IAP.
Property Value | |
---|---|
Type | Description |
CorsSettings |
GcipSettings
public GcipSettings GcipSettings { get; set; }
GCIP claims and endpoint configurations for 3p identity providers.
Property Value | |
---|---|
Type | Description |
GcipSettings |
OauthSettings
public OAuthSettings OauthSettings { get; set; }
Settings to configure IAP's OAuth behavior.
Property Value | |
---|---|
Type | Description |
OAuthSettings |
ReauthSettings
public ReauthSettings ReauthSettings { get; set; }
Settings to configure reauthentication policies in IAP.
Property Value | |
---|---|
Type | Description |
ReauthSettings |