IdentityArgs

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

Identity for the resource.

Constructors

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

Properties

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

The identity type.

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

The list of user identities associated with the resource.

Functions

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