Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32445,6 +32445,7 @@ components:
connection_id:
description: Unique identifier of the Private Action Runner connection holding the credentials.
example: 08356fb7-3ae3-4ea2-913e-b4cb1b7e7ec2
format: uuid
type: string
secret_path:
description: Path of the credential inside the secret backend configured on the runner.
Expand All @@ -32453,6 +32454,7 @@ components:
user_uuid:
description: Unique identifier of the user the Private Action Runner connection belongs to.
example: ac470ea4-aa08-11f0-994d-da9212322ca2
format: uuid
type: string
required:
- auth_type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ def self.attribute_map
def self.openapi_types
{
:'auth_type' => :'DatabricksIntegrationAccountPrivateActionRunnerAuthType',
:'connection_id' => :'String',
:'connection_id' => :'UUID',
:'secret_path' => :'String',
:'user_uuid' => :'String'
:'user_uuid' => :'UUID'
}
end

Expand Down
Loading