Class GetServiceAuthenticationConfigurationResult
Inheritance
System.Object
GetServiceAuthenticationConfigurationResult
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 GetServiceAuthenticationConfigurationResult
Fields
View SourceAudience
The intended audience to receive authentication tokens for the service.
Declaration
public readonly string Audience
Field Value
| Type | Description |
|---|---|
| System.String |
Authority
The Azure Active Directory (tenant) that serves as the authentication authority to access the service.
Declaration
public readonly string Authority
Field Value
| Type | Description |
|---|---|
| System.String |
SmartProxyEnabled
Is the 'SMART on FHIR' option for mobile and web implementations enbled?
Declaration
public readonly bool SmartProxyEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |