Class DatabricksIntegrationAccountPrivateActionRunnerAuthResponse

The Private Action Runner authentication method configured on the account.

Hierarchy

  • DatabricksIntegrationAccountPrivateActionRunnerAuthResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

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.

userUuid: string

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

Generated using TypeDoc