PrivateCloudIdentityArgs

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

Identity for the virtual machine.

Constructors

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

Properties

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

The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.

Functions

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