// Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: BUSL-1.1 package target // These constants are the field names used in the target field mask const ( nameField = "Name" descriptionField = "Description" valueField = "Value" destinationIdField = "DestinationId" hostIdField = "HostId" )