Class ReauthSettings (1.17.0)

ReauthSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for IAP reauthentication policies.

Attributes

Name Description
method google.cloud.iap_v1.types.ReauthSettings.Method
Optional. Reauth method requested.
max_age google.protobuf.duration_pb2.Duration
Optional. Reauth session lifetime, how long before a user has to reauthenticate again.
policy_type google.cloud.iap_v1.types.ReauthSettings.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.

Classes

Method

Method(value)

Types of reauthentication methods supported by IAP.

PolicyType

PolicyType(value)

Type of policy in the case of hierarchical policies.