Azure Resource Response
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)