Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.IdentityProviderDetails Method

Definition

Initializes a new instance of IdentityProviderDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderDetails IdentityProviderDetails (Guid? tenantId = default, string applicationId = default, string objectId = default, string audience = default, string aadAuthority = default);
static member IdentityProviderDetails : Nullable<Guid> * string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderDetails
Public Shared Function IdentityProviderDetails (Optional tenantId As Nullable(Of Guid) = Nothing, Optional applicationId As String = Nothing, Optional objectId As String = Nothing, Optional audience As String = Nothing, Optional aadAuthority As String = Nothing) As IdentityProviderDetails

Parameters

tenantId
Nullable<Guid>

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

applicationId
String

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

objectId
String

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

audience
String

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

aadAuthority
String

The base authority for Azure Active Directory authentication.

Returns

A new IdentityProviderDetails instance for mocking.

Applies to