Class ServiceAuthenticationConfigurationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceAuthenticationConfigurationArgs : ResourceArgs
Constructors
View SourceServiceAuthenticationConfigurationArgs()
Declaration
public ServiceAuthenticationConfigurationArgs()
Properties
View SourceAudience
The intended audience to receive authentication tokens for the service. The default value is https://azurehealthcareapis.com
Declaration
public Input<string> Audience { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 Input<string> Authority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SmartProxyEnabled
Enables the 'SMART on FHIR' option for mobile and web implementations.
Declaration
public Input<bool> SmartProxyEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |