SecureBlackbox 2020 Python Edition

Questions / Feedback?

consent Property

Contains the Consent parameter of the request.

Syntax

def get_consent() -> str: ...
def set_consent(value: str) -> None: ...

consent = property(get_consent, set_consent)

Default Value

""

Remarks

Use this property to specify the Consent parameter of the SAML entity.

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