AzureBareMetalStorageInstanceIdentityResponse

data class AzureBareMetalStorageInstanceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)

Identity for Azure Bare Metal Storage Instance.

Constructors

constructor(principalId: String, tenantId: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The principal ID of Azure Bare Metal Storage Instance identity. This property will only be provided for a system assigned identity.

Link copied to clipboard

The tenant ID associated with the Azure Bare Metal Storage Instance. This property will only be provided for a system assigned identity.

Link copied to clipboard
val type: String? = 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.