CollectorBodyAgentSpnPropertiesResponse

data class CollectorBodyAgentSpnPropertiesResponse(val applicationId: String? = null, val audience: String? = null, val authority: String? = null, val objectId: String? = null, val tenantId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

AAD Authority URL which was used to request the token 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 tenantId: String? = null

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