DppIdentityDetailsArgs

data class DppIdentityDetailsArgs(val type: Output<String>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<DppIdentityDetailsArgs>

Identity details

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null, userAssignedIdentities: Output<List<String>>? = null)

Properties

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

The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None

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

Gets or sets the user assigned identities.

Functions

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