Class ReauthSettings (1.5.2)

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

Configuration for IAP reauthentication policies.

Attributes

NameDescription
method google.cloud.iap_v1.types.ReauthSettings.Method
Reauth method required by the policy.
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.

Inheritance

builtins.object > proto.message.Message > ReauthSettings

Classes

Method

Method(value)

Types of reauthentication methods supported by IAP.

PolicyType

PolicyType(value)

Type of policy in the case of hierarchial policies.