ResourceIdentityArgs

data class ResourceIdentityArgs(val type: Output<Either<String, MsiIdentityType>>? = null) : ConvertibleToJava<ResourceIdentityArgs>

Msi identity details of the resource

Constructors

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

Properties

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

Identity type

Functions

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