SecureBlackbox 2020 Python Edition

Questions / Feedback?

protected_resources Property

Specifies the list of protected resources.

Syntax

def get_protected_resources() -> str: ...
def set_protected_resources(value: str) -> None: ...

protected_resources = property(get_protected_resources, set_protected_resources)

Default Value

""

Remarks

This property contains a set of relative URLs of the protected resources offered by this Service Provider (SP).

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