ManagedIdentityProfileArgs

data class ManagedIdentityProfileArgs(val identityList: Output<List<ManagedIdentitySpecArgs>>) : ConvertibleToJava<ManagedIdentityProfileArgs>

The details of managed identity.

Constructors

Link copied to clipboard
constructor(identityList: Output<List<ManagedIdentitySpecArgs>>)

Properties

Link copied to clipboard

The list of managed identity.

Functions

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