SecretsApi class
Methods
-
deleteOrgsIDSecretsID(String orgID, String secretID, {String? zapTraceSpan})
→ Future<void>
-
Delete a secret from an organization
-
deleteOrgsIDSecretsIDWithHttpInfo(String orgID, String secretID, {String? zapTraceSpan})
→ Future<Response>
-
Delete a secret from an organization
-
getOrgsIDSecrets(String orgID, {String? zapTraceSpan})
→ Future<SecretKeysResponse>
-
List all secret keys for an organization
-
getOrgsIDSecretsWithHttpInfo(String orgID, {String? zapTraceSpan})
→ Future<Response>
-
List all secret keys for an organization
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patchOrgsIDSecrets(String orgID, Map<String, String> requestBody, {String? zapTraceSpan})
→ Future<void>
-
Update secrets in an organization
-
patchOrgsIDSecretsWithHttpInfo(String orgID, Map<String, String> requestBody, {String? zapTraceSpan})
→ Future<Response>
-
Update secrets in an organization
-
postOrgsIDSecrets(String orgID, SecretKeys secretKeys, {String? zapTraceSpan})
→ Future<void>
-
Delete secrets from an organization
-
postOrgsIDSecretsWithHttpInfo(String orgID, SecretKeys secretKeys, {String? zapTraceSpan})
→ Future<Response>
-
Delete secrets from an organization
-
toString()
→ String
-
A string representation of this object.
inherited