Site Spn Properties Args
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
Properties
Link copied to clipboard
AAD Authority URL which was used to request the token for the service principal.
Link copied to clipboard
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
Raw certificate data for building certificate expiry flows.