AzureResourceResponse

data class AzureResourceResponse(val id: String, val name: String, val resourceGroup: String, val subscriptionDisplayName: String, val subscriptionId: String, val type: String)

Describes an Azure resource that is attached to an identity.

Constructors

Link copied to clipboard
constructor(id: String, name: String, resourceGroup: String, subscriptionDisplayName: String, subscriptionId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of this resource.

Link copied to clipboard

The name of this resource.

Link copied to clipboard

The name of the resource group this resource belongs to.

Link copied to clipboard

The name of the subscription this resource belongs to.

Link copied to clipboard

The ID of the subscription this resource belongs to.

Link copied to clipboard

The type of this resource.