RunCommandSourceScriptUriManagedIdentity

data class RunCommandSourceScriptUriManagedIdentity(val clientId: String? = null, val objectId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The client ID of the managed identity.

Link copied to clipboard
val objectId: String? = null

The object ID of the managed identity.