Skip to content

Commit

Permalink
Updated constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 8, 2020
1 parent bcc2caa commit cf0b1a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions octopusdeploy/constants.go
Expand Up @@ -32,6 +32,7 @@ const (
constCertificateThumbprint string = "certificate_thumbprint"
constChannel string = "channel"
constChannels string = "channels"
constClaims string = "claims"
constClientID string = "client_id"
constClientSecret string = "client_secret"
constColor string = "color"
Expand All @@ -51,9 +52,11 @@ const (
constDiscreteChannelRelease string = "discrete_channel_release"
constDisplayName string = "display_name"
constDisplaySettings string = "display_settings"
constDN string = "dn"
constDownloadAttempts string = "download_attempts"
constDownloadRetryBackoffSeconds string = "download_retry_backoff_seconds"
constEmptyString string = ""
constEmail string = "email"
constEmailAddress string = "email_address"
constEncryptedValue string = "encrypted_value"
constEndpointCommunicationStyle string = "endpoint_communicationstyle"
Expand All @@ -78,6 +81,7 @@ const (
constIdentities string = "identities"
constIdentityProviderName string = "identity_provider_name"
constIsActive string = "is_active"
constIsIdentifyingClaim string = "is_identifying_claim"
constIsRequestor string = "is_requestor"
constIsService string = "is_service"
constIncludedLibraryVariableSets string = "included_library_variable_sets"
Expand Down

0 comments on commit cf0b1a6

Please sign in to comment.