Skip to content

MatchServiceIdentityInput

Input for matchServiceIdentity.

ts
interface MatchServiceIdentityInput {
	readonly certificate: ParsedCertificate;
	readonly serviceIdentity: ServiceIdentityInput;
}

Properties

Released under the MIT License.