Class DatabricksIntegrationAccountPrivateActionRunnerAuthUpdate

Private Action Runner authentication. The runner holds the Databricks credentials, so this method carries no secrets. Only the fields provided are changed.

Hierarchy

  • DatabricksIntegrationAccountPrivateActionRunnerAuthUpdate

Constructors

Properties

The authentication method type.

connectionId?: string

Unique identifier of the Private Action Runner connection holding the credentials.

secretPath?: string

Path of the credential inside the secret backend configured on the runner. Omit it to keep the stored path, send null or an empty string to remove it, or send a value to replace it.

userUuid?: string

Unique identifier of the user the Private Action Runner connection belongs to.

Generated using TypeDoc