GetHybridIdentityMetadatumResult

data class GetHybridIdentityMetadatumResult(val id: String, val identity: IdentityResponse, val name: String, val provisioningState: String, val publicKey: String? = null, val systemData: SystemDataResponse, val type: String, val vmId: String? = null)

Defines the HybridIdentityMetadata.

Constructors

Link copied to clipboard
constructor(id: String, identity: IdentityResponse, name: String, provisioningState: String, publicKey: String? = null, systemData: SystemDataResponse, type: String, vmId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The identity of the resource.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets or sets the provisioning state.

Link copied to clipboard
val publicKey: String? = null

Gets or sets the Public Key.

Link copied to clipboard

The system data.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val vmId: String? = null

Gets or sets the Vm Id.