Show / Hide Table of Contents

Class ServiceAuthenticationConfiguration

Inheritance
System.Object
ServiceAuthenticationConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Healthcare.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceAuthenticationConfiguration

Fields

View Source

Audience

The intended audience to receive authentication tokens for the service. The default value is https://azurehealthcareapis.com

Declaration
public readonly string Audience
Field Value
Type Description
System.String
View Source

Authority

The Azure Active Directory (tenant) that serves as the authentication authority to access the service. The default authority is the Directory defined in the authentication scheme in use when running this provider. Authority must be registered to Azure AD and in the following format: https://{Azure-AD-endpoint}/{tenant-id}.

Declaration
public readonly string Authority
Field Value
Type Description
System.String
View Source

SmartProxyEnabled

Enables the 'SMART on FHIR' option for mobile and web implementations.

Declaration
public readonly bool? SmartProxyEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.