SecureBlackbox 2020 Python Edition

Questions / Feedback?

response_name_id Property

Contains the NameID parameter of a NameIDMapping response.

Syntax

def get_response_name_id() -> str: ...
def set_response_name_id(value: str) -> None: ...

response_name_id = property(get_response_name_id, set_response_name_id)

Default Value

""

Remarks

Contains the NameID parameter of a NameIDMapping response.

Use this property to read or set the NameID parameter of the NameIDMapping response.

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