package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create is a method to create an access policy using given parameters.
Delete is a method to delete an existing access policy using given parameters.
ExtractAccessPolicies is a method to extract the list of access objects.
List is a method to query all access policies under a specified region.
ListObjects is the method that used to query object list under a specified policy using given parameters.
UpdateObjects is a method to modify the policy objects using given parameters.
# Structs
AccessPolicy is the structure that represents the basic configuration of the access policy.
AccessPolicyDetailInfo is the structure that represents the access policy information.
AccessPolicyObject is the structure that represents the policy access object information.
AccessPolicyObjectInfo is the structure that represents the object list configuration.
AccessPolicyPage is a single page maximum result representing a query by offset page.
CreateOpts is the method that used to create an access policy.
DeleteOpts is the method that used to delete an existing access policy.
ListObjectsOpts is the structure that used to query object list.
UpdateOpts is the method that used to update an existing access policy.