SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_name_id_policy_format Property

Matches to the Format attribute of the NameIDPolicy element of the request.

Syntax

def get_authn_request_name_id_policy_format() -> str: ...
def set_authn_request_name_id_policy_format(value: str) -> None: ...

authn_request_name_id_policy_format = property(get_authn_request_name_id_policy_format, set_authn_request_name_id_policy_format)

Default Value

""

Remarks

Matches to the Format attribute of the NameIDPolicy element of the request.

Use this property to access or set the Format attribute of NameIDPolicy.

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