SharedAccess

yaml
type: "io.kestra.plugin.ee.azure.storage.blob.SharedAccess"

Properties

container

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The blob container.

endpoint

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The blob service endpoint.

expirationDate

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

** The time after which the SAS will no longer work.**

name

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The full blob path on the container.

permissions

  • Type: array
  • SubType: string
  • Dynamic: ✔️
  • Required: ✔️

** The permissions to be set for the Shared Access.**

connectionString

  • Type: string
  • Dynamic: ✔️
  • Required:

Connection string of the Storage Account.

sharedKeyAccountAccessKey

  • Type: string
  • Dynamic: ✔️
  • Required:

Shared Key access key for authenticating requests.

sharedKeyAccountName

  • Type: string
  • Dynamic: ✔️
  • Required:

Shared Key account name for authenticating requests.

Outputs

uri

  • Type: string
  • Dynamic:
  • Required:
  • Format: uri

The SAS URI.

Definitions

Was this page helpful?