SecureBlackbox 2020 Python Edition

Questions / Feedback?

response_status_code_value Property

Contains the status code value.

Syntax

def get_response_status_code_value() -> str: ...

response_status_code_value = property(get_response_status_code_value, None)

Default Value

""

Remarks

Contains the status code value.

Use this property to read or set one of the status codes defined by SAML specification, such as 'urn:oasis:names:tc:SAML:2.0:status:Success' or 'urn:oasis:names:tc:SAML:2.0:status:Requester'.

This property is read-only.

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