aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-athenz/src/main/java/com/yahoo/vespa/athenz/identityprovider/api/LegacySignedIdentityDocument.java
blob: 220bc72a0174d3d024c32c857857bea5a1493668 (plain) (blame)
1
2
3
4
5
6
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.athenz.identityprovider.api;

public record LegacySignedIdentityDocument(String signature, int signingKeyVersion, int documentVersion,
                                           IdentityDocument identityDocument) implements SignedIdentityDocument {
}