IdentityPropertiesArgs

data class IdentityPropertiesArgs(val type: Output<Either<String, ManagedIdentityTypes>>? = null) : ConvertibleToJava<IdentityPropertiesArgs>

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, ManagedIdentityTypes>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, ManagedIdentityTypes>>? = null

Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.

Functions

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