IdentityProviderDetails interface
Identity provider details.
Properties
aad |
The base authority for Azure Active Directory authentication. |
application |
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. |
object |
The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
tenant |
The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
Property Details
aadAuthority
The base authority for Azure Active Directory authentication.
aadAuthority?: string
Property Value
string
applicationId
The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
applicationId?: string
Property Value
string
audience
The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
audience?: string
Property Value
string
objectId
The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
objectId?: string
Property Value
string
tenantId
The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
tenantId?: string
Property Value
string