IdentityDetailsArgs

data class IdentityDetailsArgs(val useSystemAssignedIdentity: Output<Boolean>? = null, val userAssignedIdentityArmUrl: Output<String>? = null) : ConvertibleToJava<IdentityDetailsArgs>

Constructors

Link copied to clipboard
constructor(useSystemAssignedIdentity: Output<Boolean>? = null, userAssignedIdentityArmUrl: Output<String>? = null)

Properties

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

ARM URL for User Assigned Identity.

Link copied to clipboard
val useSystemAssignedIdentity: Output<Boolean>? = null

Specifies if the BI is protected by System Identity.

Functions

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