latestOpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

Policies

Get Policy Attachment

Get a policy attachment by ID.

Example Request:

curl -X GET "http://localhost:4000/policies/attachments/123e4567-e89b-12d3-a456-426614174000" \
    -H "Authorization: Bearer <your_api_key>"
get/policies/attachments/{attachment_id}

Path parameters

attachment_idstring required

Response

Successful Response

attachment_idstring required

Unique ID of the attachment.

policy_namestring required

Name of the attached policy.

scopestring nullable

Scope of the attachment.

teamsstring[]

Team patterns.

keysstring[]

Key patterns.

modelsstring[]

Model patterns.

tagsstring[]

Tag patterns.

created_atstring date-time nullable

When the attachment was created.

updated_atstring date-time nullable

When the attachment was last updated.

created_bystring nullable

Who created the attachment.

updated_bystring nullable

Who last updated the attachment.