Show / Hide Table of Contents

Class ApplicationSettings

Wrapper over application specific settings for IAP.

Inheritance
object
ApplicationSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class ApplicationSettings : IDirectResponseSchema

Properties

AccessDeniedPageSettings

Optional. Customization for Access Denied page.

Declaration
[JsonProperty("accessDeniedPageSettings")]
public virtual AccessDeniedPageSettings AccessDeniedPageSettings { get; set; }
Property Value
Type Description
AccessDeniedPageSettings

AttributePropagationSettings

Optional. Settings to configure attribute propagation.

Declaration
[JsonProperty("attributePropagationSettings")]
public virtual AttributePropagationSettings AttributePropagationSettings { get; set; }
Property Value
Type Description
AttributePropagationSettings

CookieDomain

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.

Declaration
[JsonProperty("cookieDomain")]
public virtual string CookieDomain { get; set; }
Property Value
Type Description
string

CsmSettings

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

Declaration
[JsonProperty("csmSettings")]
public virtual CsmSettings CsmSettings { get; set; }
Property Value
Type Description
CsmSettings

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX