SecretsApi class

Constructors

SecretsApi(ApiClient apiClient)

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited