MatchServiceIdentityInput
Input for matchServiceIdentity.
ts
interface MatchServiceIdentityInput {
readonly certificate: ParsedCertificate;
readonly serviceIdentity: ServiceIdentityInput;
}Properties
readonlycertificate:ParsedCertificate— The parsed leaf certificate to check.readonlyserviceIdentity:ServiceIdentityInput— The reference identifier the client wants to verify.