SystemAssignedServiceIdentityArgs

data class SystemAssignedServiceIdentityArgs(val type: Output<Either<String, SystemAssignedServiceIdentityType>>) : ConvertibleToJava<SystemAssignedServiceIdentityArgs>

Managed service identity (either system assigned, or none)

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, SystemAssignedServiceIdentityType>>)

Properties

Link copied to clipboard

Type of managed service identity (either system assigned, or none).

Functions

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