RunCommandOutputBlobManagedIdentityArgs

data class RunCommandOutputBlobManagedIdentityArgs(val clientId: Output<String>? = null, val objectId: Output<String>? = null) : ConvertibleToJava<RunCommandOutputBlobManagedIdentityArgs>

Constructors

Link copied to clipboard
constructor(clientId: Output<String>? = null, objectId: Output<String>? = null)

Properties

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

The client ID of the managed identity.

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

The object ID of the managed identity.

Functions

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