SmartIdentityProviderApplication Class

Definition

An Application configured in the Identity Provider used to access FHIR resources.

public class SmartIdentityProviderApplication : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HealthcareApis.Models.SmartIdentityProviderApplication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HealthcareApis.Models.SmartIdentityProviderApplication>
type SmartIdentityProviderApplication = class
    interface IJsonModel<SmartIdentityProviderApplication>
    interface IPersistableModel<SmartIdentityProviderApplication>
Public Class SmartIdentityProviderApplication
Implements IJsonModel(Of SmartIdentityProviderApplication), IPersistableModel(Of SmartIdentityProviderApplication)
Inheritance
SmartIdentityProviderApplication
Implements

Constructors

SmartIdentityProviderApplication()

Initializes a new instance of SmartIdentityProviderApplication.

Properties

AllowedDataActions

The actions that are permitted to be performed on FHIR resources for the application.

Audience

The audience that will be used to validate bearer tokens against the given authority.

ClientId

The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.

Explicit Interface Implementations

IJsonModel<SmartIdentityProviderApplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SmartIdentityProviderApplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SmartIdentityProviderApplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SmartIdentityProviderApplication>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SmartIdentityProviderApplication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to