SecureBlackbox 2020 Python Edition

Questions / Feedback?

name_id_mapping_request_name_id_policy_use_allow_create Property

Controls inclusion of UseAllow modifier in the NameIDPolicy object.

Syntax

def get_name_id_mapping_request_name_id_policy_use_allow_create() -> bool: ...
def set_name_id_mapping_request_name_id_policy_use_allow_create(value: bool) -> None: ...

name_id_mapping_request_name_id_policy_use_allow_create = property(get_name_id_mapping_request_name_id_policy_use_allow_create, set_name_id_mapping_request_name_id_policy_use_allow_create)

Default Value

FALSE

Remarks

Controls inclusion of UseAllow modifier in the NameIDPolicy object.

Use this property to include or exclude the UseAllow parameter from the NameIDPolicy object.

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