SecureBlackbox 2020 Python Edition

Questions / Feedback?

attribute_query_service Property

The location of the AttributeQuery service.

Syntax

def get_attribute_query_service() -> str: ...
def set_attribute_query_service(value: str) -> None: ...

attribute_query_service = property(get_attribute_query_service, set_attribute_query_service)

Default Value

"/idp/AttributeQueryService"

Remarks

Use this property to specify the relative URL of the AttributeQuery service provided by this Identity Provider (IdP).

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