ServicePrincipalInformationResponse

data class ServicePrincipalInformationResponse(val applicationId: String, val password: String, val principalId: String, val tenantId: String)

Constructors

Link copied to clipboard
constructor(applicationId: String, password: String, principalId: String, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application ID, also known as client ID, of the service principal.

Link copied to clipboard

The password of the service principal.

Link copied to clipboard

The principal ID, also known as the object ID, of the service principal.

Link copied to clipboard

The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.