attestations_bulk_deletes
Creates, updates, deletes, gets or lists an attestations_bulk_deletes resource.
Overview
| Name | attestations_bulk_deletes |
| Type | Resource |
| Id | github.users.attestations_bulk_deletes |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
delete_attestations_bulk | exec | username, subject_digests, attestation_ids | Delete artifact attestations in bulk by either subject digests or unique ID. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
username | string | The handle for the GitHub user account. |
Lifecycle Methods
- delete_attestations_bulk
Delete artifact attestations in bulk by either subject digests or unique ID.
EXEC github.users.attestations_bulk_deletes.delete_attestations_bulk
@username='{{ username }}' --required
@@json=
'{
"subject_digests": "{{ subject_digests }}",
"attestation_ids": "{{ attestation_ids }}"
}'
;