IdentityProviderDetailsResponse

data class IdentityProviderDetailsResponse(val aadAuthority: String? = null, val applicationId: String? = null, val audience: String? = null, val objectId: String? = null, val tenantId: String? = null)

Identity provider details.

Constructors

Link copied to clipboard
constructor(aadAuthority: String? = null, applicationId: String? = null, audience: String? = null, objectId: String? = null, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aadAuthority: String? = null

The base authority for Azure Active Directory authentication.

Link copied to clipboard
val applicationId: String? = null

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

Link copied to clipboard
val audience: String? = null

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

Link copied to clipboard
val objectId: String? = null

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

Link copied to clipboard
val tenantId: String? = null

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