[create-pull-request] automated change (#90)

Co-authored-by: joshuaspence <joshuaspence@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-08-10 11:06:46 +10:00
committed by GitHub
parent adcc9a2556
commit 8f0bac78f6
8 changed files with 277 additions and 184 deletions

View File

@@ -27,16 +27,12 @@ type SettingSuperSdn struct {
Key string `json:"key"`
AuthToken string `json:"auth_token,omitempty"`
DeviceID string `json:"device_id"`
Enabled bool `json:"enabled"`
Migrated bool `json:"migrated"`
OauthAppID string `json:"oauth_app_id"`
OauthEnabled bool `json:"oauth_enabled"`
OauthRedirectUris []string `json:"oauth_redirect_uris,omitempty"`
SsoLoginEnabled string `json:"sso_login_enabled,omitempty"`
UbicUuid string `json:"ubic_uuid,omitempty"`
XOauthAppSecret string `json:"x_oauth_app_secret,omitempty"`
AuthToken string `json:"auth_token,omitempty"`
DeviceID string `json:"device_id"`
Enabled bool `json:"enabled"`
Migrated bool `json:"migrated"`
SsoLoginEnabled string `json:"sso_login_enabled,omitempty"`
UbicUuid string `json:"ubic_uuid,omitempty"`
}
func (dst *SettingSuperSdn) UnmarshalJSON(b []byte) error {