IdentityProviderDetails Class

Definition

Identity provider details.

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

Properties

AadAuthority

The base authority for Azure Active Directory authentication.

ApplicationId

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Audience

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

ObjectId

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

TenantId

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Explicit Interface Implementations

IJsonModel<IdentityProviderDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IdentityProviderDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IdentityProviderDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IdentityProviderDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IdentityProviderDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to