Skip to content

DeltaClient::getSecretMetadata response mismatched with javadoc #9

Open
@numbat

Description

@numbat

The response should be aGetSecretMetadataResponse object (this is relevant for the callee if they need to update the metadata and need the version number). From the code:

    /**
     * Gets the metadata key and value pairs for the given secret.
     *
     * @param identityId the authenticating identity id
     * @param secretId the secret id
     * @return a map of metadata key and value pairs for the secret
     * @throws DeltaServiceException upon exception
     */
    public GetSecretMetadataResponse getSecretMetadata(String identityId, String secretId)
            throws DeltaServiceException {
        return apiClient.getSecretMetadata(new SecretRequest(identityId, secretId));
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions