ArmRecoveryServicesSiteRecoveryModelFactory.IdentityProviderDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.