Package version:

Interface BindingResourceProperties

Binding resource properties payload

Hierarchy

  • BindingResourceProperties

Properties

bindingParameters?: {
    [propertyName: string]: Record<string, unknown>;
}

Binding parameters of the Binding resource

Type declaration

  • [propertyName: string]: Record<string, unknown>
createdAt?: string

Creation time of the Binding resource NOTE: This property will not be serialized. It can only be populated by the server.

generatedProperties?: string

The generated Spring Boot property file for this binding. The secret will be deducted. NOTE: This property will not be serialized. It can only be populated by the server.

key?: string

The key of the bound resource

resourceId?: string

The Azure resource id of the bound resource

resourceName?: string

The name of the bound resource NOTE: This property will not be serialized. It can only be populated by the server.

resourceType?: string

The standard Azure resource type of the bound resource NOTE: This property will not be serialized. It can only be populated by the server.

updatedAt?: string

Update time of the Binding resource NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc