SecureBlackbox 2020 Python Edition

Questions / Feedback?

input_type Property

Returns the type of the processed message.

Syntax

def get_input_type() -> int: ...

input_type = property(get_input_type, None)

Default Value

0

Remarks

Check this property on the early stage of message processing to find out the type of the data contained in the SAML message.

This property is read-only.

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