ServicesResourceIdentityArgs

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

Setting indicating whether the service has a managed identity associated with it.

Constructors

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

Properties

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

Type of identity being specified, currently SystemAssigned and None are allowed.

Functions

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