Show / Hide Table of Contents

Class ServiceAuthenticationConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceAuthenticationConfigurationGetArgs
Inherited Members
ResourceArgs.Empty
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 ServiceAuthenticationConfigurationGetArgs : ResourceArgs

Constructors

View Source

ServiceAuthenticationConfigurationGetArgs()

Declaration
public ServiceAuthenticationConfigurationGetArgs()

Properties

View Source

Audience

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>
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 Input<string> Authority { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.