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

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

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

Gets or sets the intended audience for the service principal.

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

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

Link copied to clipboard
val tenantId: Output<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.

Functions

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