ReauthSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for IAP reauthentication policies.
Attributes |
|
---|---|
Name | Description |
method |
google.cloud.iap_v1.types.ReauthSettings.Method
Reauth method requested. |
max_age |
google.protobuf.duration_pb2.Duration
Reauth session lifetime, how long before a user has to reauthenticate again. |
policy_type |
google.cloud.iap_v1.types.ReauthSettings.PolicyType
How IAP determines the effective policy in cases of hierarchial policies. Policies are merged from higher in the hierarchy to lower in the hierarchy. |
Classes
Method
Method(value)
Types of reauthentication methods supported by IAP.
PolicyType
PolicyType(value)
Type of policy in the case of hierarchial policies.