Services
RPC methods exposed by this API.PolicyService
Messages
Data models used across requests/responses.ArchivePolicyRequest
The request for a call toPolicyService_ArchivePolicy to archive a policy.
ArchivePolicyResponse
The response of a call toPolicyService_ArchivePolicy.
CreatePolicyRequest
The request for a call toPolicyService_CreatePolicy to create a new policy.
CreatePolicyResponse
The response of a call toPolicyService_CreatePolicy.
GetPolicyRequest
The request for a call toPolicyService_GetPolicy.
GetPolicyResponse
The response of a call toPolicyService_GetPolicy.
ListPoliciesRequest
The request for a call toPolicyService_ListPolicies to retrieve policies.
ListPoliciesResponse
The result of a call toPolicyService_ListPolicies.
Policy
PolicyConfiguration
PolicyConfiguration represents the configuration and rules for a policy. Expects a string containing a policy in the Cedar format https://docs.cedarpolicy.com/policies/syntax-policy.htmlUnarchivePolicyRequest
The request for a call toPolicyService_UnarchivePolicy to unarchive a previously-archived policy.
UnarchivePolicyResponse
The response of a call toPolicyService_UnarchivePolicy.
UpdatePolicyRequest
The request for a call toPolicyService_UpdatePolicy to update a policy.
UpdatePolicyResponse
The response of a call toPolicyService_UpdatePolicy.
ValidatePolicyRequest
The request for a call toPolicyService_ValidatePolicy.
ValidatePolicyResponse
The response of a call toPolicyService_ValidatePolicy.