# Packages
Package testing contains policies unit tests.
# Functions
Create creates a new Policy.
Delete deletes a policy.
ExtractPolicies returns a slice of Policies contained in a single page of results.
Get retrieves details on a single policy, by ID.
List enumerates the policies to which the current token has access.
Update updates an existing Role.
# Structs
CreateOpts provides options used to create a policy.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
InvalidListFilter is returned by the ToPolicyListQuery method when validation of a filter does not pass.
ListOpts provides options to filter the List results.
Policy is an arbitrarily serialized policy engine rule set to be consumed by a remote service.
PolicyPage is a single page of Policy results.
StringFieldLengthExceedsLimit is returned by the ToPolicyCreateMap/ToPolicyUpdateMap methods when validation of a type does not pass.
UpdateOpts provides options for updating a policy.
UpdateResult is the response from an Update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.