AzureResourceResponse

data class AzureResourceResponse(val id: String? = null, val resourceProperties: AzureKeyVaultPropertiesResponse? = null, val type: String)

The azure resource info when target service type is AzureResource

Constructors

Link copied to clipboard
constructor(id: String? = null, resourceProperties: AzureKeyVaultPropertiesResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The Id of azure resource.

Link copied to clipboard

The azure resource connection related properties.

Link copied to clipboard

The target service type. Expected value is 'AzureResource'.