Skip to content

Commit

Permalink
Update model.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampo133 authored Jun 4, 2024
1 parent bd042cf commit 43d2155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyral/internal/repository/useraccount/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type AuthScheme struct {
EnvironmentVariable *AuthSchemeEnvironmentVariable `json:"environmentVariable"`
KubernetesSecret *AuthSchemeKubernetesSecret `json:"kubernetesSecret"`
GCPSecretManager *AuthSchemeGCPSecretManager `json:"gcpSecretManager"`
AzureKeyVault *AuthSchemeAzureKeyVault `json:"azureKeyVault"`
AzureKeyVault *AuthSchemeAzureKeyVault `json:"azureKeyVault"`
}

type AuthSchemeAWSIAM struct {
Expand Down

0 comments on commit 43d2155

Please sign in to comment.