public sealed class ApplicationSettings : IMessage<ApplicationSettings>, IEquatable<ApplicationSettings>, IDeepCloneable<ApplicationSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ApplicationSettings.
Wrapper over application specific settings for IAP.
Implements
IMessageApplicationSettings, IEquatableApplicationSettings, IDeepCloneableApplicationSettings, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.IapV1Assembly
Google.Cloud.Iap.V1.dll
Constructors
ApplicationSettings()
public ApplicationSettings()
ApplicationSettings(ApplicationSettings)
public ApplicationSettings(ApplicationSettings other)
Parameter | |
---|---|
Name | Description |
other | ApplicationSettings |
Properties
AccessDeniedPageSettings
public AccessDeniedPageSettings AccessDeniedPageSettings { get; set; }
Customization for Access Denied page.
Property Value | |
---|---|
Type | Description |
AccessDeniedPageSettings |
AttributePropagationSettings
public AttributePropagationSettings AttributePropagationSettings { get; set; }
Settings to configure attribute propagation.
Property Value | |
---|---|
Type | Description |
AttributePropagationSettings |
CookieDomain
public string CookieDomain { get; set; }
The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.
Property Value | |
---|---|
Type | Description |
string |
CsmSettings
public CsmSettings CsmSettings { get; set; }
Settings to configure IAP's behavior for a service mesh.
Property Value | |
---|---|
Type | Description |
CsmSettings |