Show / Hide Table of Contents

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 Source

Audience

The intended audience to receive authentication tokens for the service.

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.

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

SmartProxyEnabled

Is the 'SMART on FHIR' option for mobile and web implementations enbled?

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