Class ReauthSettings
Configuration for IAP reauthentication policies.
Implements
Inherited Members
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 |