// Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: BUSL-1.1 package static // These constants are the field names used in the static related field masks. const ( nameField = "Name" descriptionField = "Description" usernameField = "Username" passwordField = "Password" privateKeyField = "PrivateKey" PrivateKeyPassphraseField = "PrivateKeyPassphrase" objectField = "Object" )