# Packages
No description provided by the author
# Functions
Create creates a new ApplicationCredential.
Delete deletes an application credential.
DeleteAccessRule deletes an access rule.
ExtractAccessRules returns a slice of AccessRules contained in a single page of results.
Extractan ApplicationCredentials returns a slice of ApplicationCredentials contained in a single page of results.
Get retrieves details on a single user, by ID.
GetAccessRule retrieves details on a single access rule by ID.
List enumerates the ApplicationCredentials to which the current token has access.
ListAccessRules enumerates the AccessRules to which the current user has access.
# Structs
ApplicationCredential represents the access rule object.
an AccessRulePage is a single page of an AccessRule results.
ApplicationCredential represents the application credential object.
an ApplicationCredentialPage is a single page of an ApplicationCredential results.
CreateOpts provides options used to create an application credential.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetAccessRuleResult is the response from a Get operation.
GetResult is the response from a Get operation.
ListOpts provides options to filter the List results.
No description provided by the author
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.