BindingResourcePropertiesResponse

data class BindingResourcePropertiesResponse(val bindingParameters: Map<String, String>? = null, val createdAt: String, val generatedProperties: String, val key: String? = null, val resourceId: String? = null, val resourceName: String, val resourceType: String, val updatedAt: String)

Binding resource properties payload

Constructors

Link copied to clipboard
constructor(bindingParameters: Map<String, String>? = null, createdAt: String, generatedProperties: String, key: String? = null, resourceId: String? = null, resourceName: String, resourceType: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Binding parameters of the Binding resource

Link copied to clipboard

Creation time of the Binding resource

Link copied to clipboard

The generated Spring Boot property file for this binding. The secret will be deducted.

Link copied to clipboard
val key: String? = null

The key of the bound resource

Link copied to clipboard
val resourceId: String? = null

The Azure resource id of the bound resource

Link copied to clipboard

The name of the bound resource

Link copied to clipboard

The standard Azure resource type of the bound resource

Link copied to clipboard

Update time of the Binding resource