SecureBlackbox 2020 Python Edition

Questions / Feedback?

authz_decision_query_actions Property

Specifies the list of actions included in the query.

Syntax

def get_authz_decision_query_actions() -> str: ...
def set_authz_decision_query_actions(value: str) -> None: ...

authz_decision_query_actions = property(get_authz_decision_query_actions, set_authz_decision_query_actions)

Default Value

""

Remarks

Specifies the list of actions included in the query.

Read or set this property to access the list of actions (as CRLF-separated strings) included in the query.

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