AzureBareMetalStorageInstanceIdentityArgs

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

Identity for Azure Bare Metal Storage Instance.

Constructors

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 Azure Bare Metal Storage Instance. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Azure Bare Metal Storage Instance.

Functions

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