Skip to content

Commit

Permalink
Merge pull request #1018 from hashicorp/auto-pr/e672654e
Browse files Browse the repository at this point in the history
Auto PR: Regenerating the Go SDK (50720cf)
  • Loading branch information
tombuildsstuff authored Jun 17, 2024
2 parents 3cdf447 + 50720cf commit 379599d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var _ ExportSettings = SnowflakeExportCopyCommand{}
type SnowflakeExportCopyCommand struct {
AdditionalCopyOptions *map[string]interface{} `json:"additionalCopyOptions,omitempty"`
AdditionalFormatOptions *map[string]interface{} `json:"additionalFormatOptions,omitempty"`
StorageIntegration *interface{} `json:"storageIntegration,omitempty"`

// Fields inherited from ExportSettings
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var _ ImportSettings = SnowflakeImportCopyCommand{}
type SnowflakeImportCopyCommand struct {
AdditionalCopyOptions *map[string]interface{} `json:"additionalCopyOptions,omitempty"`
AdditionalFormatOptions *map[string]interface{} `json:"additionalFormatOptions,omitempty"`
StorageIntegration *interface{} `json:"storageIntegration,omitempty"`

// Fields inherited from ImportSettings
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package policyassignments

type PolicyAssignmentProperties struct {
AssignmentType *AssignmentType `json:"assignmentType,omitempty"`
DefinitionVersion *string `json:"definitionVersion,omitempty"`
Description *string `json:"description,omitempty"`
DisplayName *string `json:"displayName,omitempty"`
EnforcementMode *EnforcementMode `json:"enforcementMode,omitempty"`
Expand Down

0 comments on commit 379599d

Please sign in to comment.