Skip to content

ServiceIdentityInput

Discriminated union of all supported reference identifier types.

ts
type ServiceIdentityInput = DnsServiceIdentityInput | IpServiceIdentityInput | UriServiceIdentityInput | SrvServiceIdentityInput

Released under the MIT License.