PrivateCloudIdentityArgs

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

Identity for the virtual machine.

Constructors

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

Functions

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

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.