(key *key.RequestKey)
| 20 | GetKeysV2(tags, keyIds []string, revoked *bool, limit, offset int, name, order string, returnCount bool) (*key.GetKeysResponse, error) |
| 21 | UpdateKey(id string, key *key.UpdateKey) (*key.ResponseKey, error) |
| 22 | CreateKey(key *key.RequestKey) (*key.ResponseKey, error) |
| 23 | DeleteKey(id string) error |
| 24 | GetProviderSetting(id string, withSecret bool) (*provider.Setting, error) |
| 25 | GetPolicyById(id string) (*policy.Policy, error) |