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

Functions

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

Properties

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

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