SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_conditions_not_on_or_after Property

Provides access to the NotOnOrAfter condition of the request.

Syntax

def get_authn_request_conditions_not_on_or_after() -> str: ...
def set_authn_request_conditions_not_on_or_after(value: str) -> None: ...

authn_request_conditions_not_on_or_after = property(get_authn_request_conditions_not_on_or_after, set_authn_request_conditions_not_on_or_after)

Default Value

""

Remarks

Provides access to the NotOnOrAfter condition of the request.

Use this property to access or set the NotOnOrAfter condition of the request.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]