Identity Args
data class IdentityArgs(val type: Output<Either<String, IdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityArgs>
Identity for the resource.
Constructors
Link copied to clipboard
constructor(type: Output<Either<String, IdentityType>>, userAssignedIdentities: Output<List<String>>? = null)