Cloud Identity-Aware Proxy v1 API - Class AccessSettings (2.4.0)

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.

Inheritance

object > AccessSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

AccessSettings()

public AccessSettings()

AccessSettings(AccessSettings)

public AccessSettings(AccessSettings other)
Parameter
NameDescription
otherAccessSettings

Properties

AllowedDomainsSettings

public AllowedDomainsSettings AllowedDomainsSettings { get; set; }

Settings to configure and enable allowed domains.

Property Value
TypeDescription
AllowedDomainsSettings

CorsSettings

public CorsSettings CorsSettings { get; set; }

Configuration to allow cross-origin requests via IAP.

Property Value
TypeDescription
CorsSettings

GcipSettings

public GcipSettings GcipSettings { get; set; }

GCIP claims and endpoint configurations for 3p identity providers.

Property Value
TypeDescription
GcipSettings

OauthSettings

public OAuthSettings OauthSettings { get; set; }

Settings to configure IAP's OAuth behavior.

Property Value
TypeDescription
OAuthSettings

ReauthSettings

public ReauthSettings ReauthSettings { get; set; }

Settings to configure reauthentication policies in IAP.

Property Value
TypeDescription
ReauthSettings