SiteSpnPropertiesArgs

data class SiteSpnPropertiesArgs(val aadAuthority: Output<String>? = null, val applicationId: Output<String>? = null, val audience: Output<String>? = null, val objectId: Output<String>? = null, val rawCertData: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<SiteSpnPropertiesArgs>

Class for site properties.

Constructors

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

Properties

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

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

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

Raw certificate data for building certificate expiry flows.

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(): SiteSpnPropertiesArgs