ManagedComputeIdentityArgs

data class ManagedComputeIdentityArgs(val computeIdentityType: Output<String>, val identity: Output<ManagedServiceIdentityArgs>? = null) : ConvertibleToJava<ManagedComputeIdentityArgs>

Managed compute identity definition.

Constructors

Link copied to clipboard
constructor(computeIdentityType: Output<String>, identity: Output<ManagedServiceIdentityArgs>? = null)

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.

Functions

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