ServiceAuthenticationConfigurationInfo Class

Authentication configuration information.

Inheritance
azure.mgmt.healthcareapis._serialization.Model
ServiceAuthenticationConfigurationInfo

Constructor

ServiceAuthenticationConfigurationInfo(*, authority: str | None = None, audience: str | None = None, smart_proxy_enabled: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
authority
str

The authority url for the service.

audience
str

The audience url for the service.

smart_proxy_enabled

If the SMART on FHIR proxy is enabled.

Variables

Name Description
authority
str

The authority url for the service.

audience
str

The audience url for the service.

smart_proxy_enabled

If the SMART on FHIR proxy is enabled.