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

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

Link copied to clipboard
val applicationId: String? = null

Gets or sets 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

Gets or sets the intended audience for the service principal.

Link copied to clipboard
val objectId: String? = null

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

Gets or sets the raw certificate data for building certificate expiry flows.

Link copied to clipboard
val tenantId: String? = null

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