Cloud Identity-Aware Proxy v1 API - Class ApplicationSettings (2.6.0)

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.

Inheritance

object > ApplicationSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

ApplicationSettings()

public ApplicationSettings()

ApplicationSettings(ApplicationSettings)

public ApplicationSettings(ApplicationSettings other)
Parameter
NameDescription
otherApplicationSettings

Properties

AccessDeniedPageSettings

public AccessDeniedPageSettings AccessDeniedPageSettings { get; set; }

Customization for Access Denied page.

Property Value
TypeDescription
AccessDeniedPageSettings

AttributePropagationSettings

public AttributePropagationSettings AttributePropagationSettings { get; set; }

Settings to configure attribute propagation.

Property Value
TypeDescription
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
TypeDescription
string

CsmSettings

public CsmSettings CsmSettings { get; set; }

Settings to configure IAP's behavior for a service mesh.

Property Value
TypeDescription
CsmSettings