SecureBlackbox 2020 Python Edition

Questions / Feedback?

default_policy Property

Specifies the default TSA policy.

Syntax

def get_default_policy() -> str: ...
def set_default_policy(value: str) -> None: ...

default_policy = property(get_default_policy, set_default_policy)

Default Value

""

Remarks

Use this property to specify the default TSA policy.

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