CollectorBodyAgentSpnPropertiesArgs

data class CollectorBodyAgentSpnPropertiesArgs(val applicationId: Output<String>? = null, val audience: Output<String>? = null, val authority: Output<String>? = null, val objectId: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<CollectorBodyAgentSpnPropertiesArgs>

Constructors

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

Properties

Link copied to clipboard
val applicationId: Output<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: Output<String>? = null

Intended audience for the service principal.

Link copied to clipboard
val authority: Output<String>? = null

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

Link copied to clipboard
val objectId: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): CollectorBodyAgentSpnPropertiesArgs