SiteSpnPropertiesResponse

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

Class for site properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aadAuthority: String? = null

AAD Authority URL which was used to request the token for the service principal.

Link copied to clipboard
val applicationId: String? = null

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

Intended audience for the service principal.

Link copied to clipboard
val objectId: String? = null

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 rawCertData: String? = null

Raw certificate data for building certificate expiry flows.

Link copied to clipboard
val tenantId: String? = null

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