정책
정책에 대한 REST API 작업
개요
이 API 작업을 사용하여 policies 을(를) Panther에서 상호작용할 수 있습니다.
API 호출 방법은 Panther REST API 사용 방법 지침을 참조하세요—포함하여 이 문서 페이지에서 직접 호출하는 방법에 대한 지침.
필수 권한
에 대해
GET작업의 경우, API 토큰은정책 보기권한을 가져야 합니다.에 대해
POST,PUT, 및DELETE작업의 경우, API 토큰은정책 관리권한을 가져야 합니다.
작업
set this field to false to exclude running tests prior to saving
trueset this field to true if you want to run tests without saving
falseThe python body of the policy
The description of the policy
The display name of the policy
Determines whether or not the policy is active
The id of the policy
Determines if the policy is managed by panther
Destination IDs that override default alert routing based on severity
Resource types
Resources to ignore via a pattern that matches the resource id
["aws::s3::*"]The tags for the policy
OK response.
No Content response.
bad_request: Bad Request response.
exists: Conflict response.
put creates or updates a policy
the id of the policy
set this field to false to exclude running tests prior to saving
trueset this field to true if you want to run tests without saving
falseThe python body of the policy
The description of the policy
The display name of the policy
Determines whether or not the policy is active
The id of the policy
Determines if the policy is managed by panther
Destination IDs that override default alert routing based on severity
Resource types
Resources to ignore via a pattern that matches the resource id
["aws::s3::*"]The tags for the policy
200 returned if the item already existed
201 returned if the item was created
No Content response.
bad_request: Bad Request response.
the pagination token
the maximum results to return
100Only include policies with this compliance status
Substring search by name (case-insensitive)
Only include policies in the given state
Only include policies which apply to one of the given resource types
Only include policies with one of the given tags (case-insensitive)
Only include policies whose creator matches this user ID or actor ID
Only include policies last modified by this user ID or actor ID
OK response.
OK response.
Last updated
Was this helpful?

