ManagedComputeIdentityResponse

data class ManagedComputeIdentityResponse(val computeIdentityType: String, val identity: ManagedServiceIdentityResponse? = null)

Managed compute identity definition.

Constructors

Link copied to clipboard
constructor(computeIdentityType: String, identity: ManagedServiceIdentityResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Monitor compute identity type enum. Expected value is 'ManagedIdentity'.

Link copied to clipboard

The identity which will be leveraged by the monitoring jobs.