package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create is a method to assign a policy using given parameters.
Delete is a method to remove the specified policy assignment using its ID.
Disable is a method to disable the resource function of the policy assignment.
Enable is a method to enable the resource function of the policy assignment.
Get is a method to obtain the assignment detail by its ID.
ListDefinitions is a method to query the list of the built-in policy definitions using given parameters.
Update is a method to update the assignment configuration.

# Structs

Assignment is the structure that represents the detail of the policy assignment.
CreateOpts is the structure required by the 'Create' method to assign a specified policy.
CustomPolicy is an object specifying the configuration of the custom policy.
DefinitionPage represents the response pages of the List method.
PolicyDefinition is the structure that represents the details of the built-in policy definition.
PolicyFilter is an object specifying the filter parameters.
PolicyParameterDefinition is the structure that represents the parameter configuration.
PolicyParameterValue is an object specifying the definition of the policy parameter value.
UpdateOpts is the structure required by the Update method to update the assignment configuration.