DppIdentityDetailsArgs

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

Identity details

Constructors

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

Properties

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

The identityType which can be either SystemAssigned or None

Functions

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