Show / Hide Table of Contents

Class ReauthSettings

Configuration for IAP reauthentication policies.

Inheritance
object
ReauthSettings
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 ReauthSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MaxAge

Optional. Reauth session lifetime, how long before a user has to reauthenticate again.

Declaration
[JsonProperty("maxAge")]
public virtual object MaxAge { get; set; }
Property Value
Type Description
object

Method

Optional. Reauth method requested.

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

PolicyType

Optional. How IAP determines the effective policy in cases of hierarchical policies. Policies are merged from higher in the hierarchy to lower in the hierarchy.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX