IdentityProviderContent Class

Definition

Identity provider input.

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

Constructors

IdentityProviderContent(Guid, String, String, String, String)

Initializes a new instance of IdentityProviderContent.

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<IdentityProviderContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IdentityProviderContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IdentityProviderContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IdentityProviderContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IdentityProviderContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to