SecureBlackbox 2020 Python Edition

Questions / Feedback?

destination Property

Contains the Destination parameter of the SAML object.

Syntax

def get_destination() -> str: ...
def set_destination(value: str) -> None: ...

destination = property(get_destination, set_destination)

Default Value

""

Remarks

Use this property to set the Destination parameter of the created SAML object.

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