From cf67246a78f5107975422990c4f965deecb5ca05 Mon Sep 17 00:00:00 2001 From: mrajashree Date: Tue, 22 Dec 2020 16:36:10 -0800 Subject: [PATCH] Generated changes --- client/management/v3/zz_generated_active_directory_config.go | 2 ++ client/management/v3/zz_generated_free_ipa_config.go | 2 ++ client/management/v3/zz_generated_ldap_config.go | 2 ++ client/management/v3/zz_generated_ldap_fields.go | 2 ++ client/management/v3/zz_generated_open_ldap_config.go | 2 ++ 5 files changed, 10 insertions(+) diff --git a/client/management/v3/zz_generated_active_directory_config.go b/client/management/v3/zz_generated_active_directory_config.go index 4a034909..e57d80c8 100644 --- a/client/management/v3/zz_generated_active_directory_config.go +++ b/client/management/v3/zz_generated_active_directory_config.go @@ -28,6 +28,7 @@ const ( ActiveDirectoryConfigFieldServers = "servers" ActiveDirectoryConfigFieldServiceAccountPassword = "serviceAccountPassword" ActiveDirectoryConfigFieldServiceAccountUsername = "serviceAccountUsername" + ActiveDirectoryConfigFieldStartTLS = "starttls" ActiveDirectoryConfigFieldTLS = "tls" ActiveDirectoryConfigFieldType = "type" ActiveDirectoryConfigFieldUUID = "uuid" @@ -68,6 +69,7 @@ type ActiveDirectoryConfig struct { Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"` ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"` ServiceAccountUsername string `json:"serviceAccountUsername,omitempty" yaml:"serviceAccountUsername,omitempty"` + StartTLS bool `json:"starttls,omitempty" yaml:"starttls,omitempty"` TLS bool `json:"tls,omitempty" yaml:"tls,omitempty"` Type string `json:"type,omitempty" yaml:"type,omitempty"` UUID string `json:"uuid,omitempty" yaml:"uuid,omitempty"` diff --git a/client/management/v3/zz_generated_free_ipa_config.go b/client/management/v3/zz_generated_free_ipa_config.go index 9c23de34..5a95d20e 100644 --- a/client/management/v3/zz_generated_free_ipa_config.go +++ b/client/management/v3/zz_generated_free_ipa_config.go @@ -26,6 +26,7 @@ const ( FreeIpaConfigFieldServers = "servers" FreeIpaConfigFieldServiceAccountDistinguishedName = "serviceAccountDistinguishedName" FreeIpaConfigFieldServiceAccountPassword = "serviceAccountPassword" + FreeIpaConfigFieldStartTLS = "starttls" FreeIpaConfigFieldTLS = "tls" FreeIpaConfigFieldType = "type" FreeIpaConfigFieldUUID = "uuid" @@ -65,6 +66,7 @@ type FreeIpaConfig struct { Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"` ServiceAccountDistinguishedName string `json:"serviceAccountDistinguishedName,omitempty" yaml:"serviceAccountDistinguishedName,omitempty"` ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"` + StartTLS bool `json:"starttls,omitempty" yaml:"starttls,omitempty"` TLS bool `json:"tls,omitempty" yaml:"tls,omitempty"` Type string `json:"type,omitempty" yaml:"type,omitempty"` UUID string `json:"uuid,omitempty" yaml:"uuid,omitempty"` diff --git a/client/management/v3/zz_generated_ldap_config.go b/client/management/v3/zz_generated_ldap_config.go index 38ecc1df..a4350db7 100644 --- a/client/management/v3/zz_generated_ldap_config.go +++ b/client/management/v3/zz_generated_ldap_config.go @@ -31,6 +31,7 @@ const ( LdapConfigFieldServers = "servers" LdapConfigFieldServiceAccountDistinguishedName = "serviceAccountDistinguishedName" LdapConfigFieldServiceAccountPassword = "serviceAccountPassword" + LdapConfigFieldStartTLS = "starttls" LdapConfigFieldTLS = "tls" LdapConfigFieldType = "type" LdapConfigFieldUUID = "uuid" @@ -72,6 +73,7 @@ type LdapConfig struct { Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"` ServiceAccountDistinguishedName string `json:"serviceAccountDistinguishedName,omitempty" yaml:"serviceAccountDistinguishedName,omitempty"` ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"` + StartTLS bool `json:"starttls,omitempty" yaml:"starttls,omitempty"` TLS bool `json:"tls,omitempty" yaml:"tls,omitempty"` Type string `json:"type,omitempty" yaml:"type,omitempty"` UUID string `json:"uuid,omitempty" yaml:"uuid,omitempty"` diff --git a/client/management/v3/zz_generated_ldap_fields.go b/client/management/v3/zz_generated_ldap_fields.go index ccbe5e3d..7c342d17 100644 --- a/client/management/v3/zz_generated_ldap_fields.go +++ b/client/management/v3/zz_generated_ldap_fields.go @@ -17,6 +17,7 @@ const ( LdapFieldsFieldServers = "servers" LdapFieldsFieldServiceAccountDistinguishedName = "serviceAccountDistinguishedName" LdapFieldsFieldServiceAccountPassword = "serviceAccountPassword" + LdapFieldsFieldStartTLS = "starttls" LdapFieldsFieldTLS = "tls" LdapFieldsFieldUserDisabledBitMask = "userDisabledBitMask" LdapFieldsFieldUserEnabledAttribute = "userEnabledAttribute" @@ -45,6 +46,7 @@ type LdapFields struct { Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"` ServiceAccountDistinguishedName string `json:"serviceAccountDistinguishedName,omitempty" yaml:"serviceAccountDistinguishedName,omitempty"` ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"` + StartTLS bool `json:"starttls,omitempty" yaml:"starttls,omitempty"` TLS bool `json:"tls,omitempty" yaml:"tls,omitempty"` UserDisabledBitMask int64 `json:"userDisabledBitMask,omitempty" yaml:"userDisabledBitMask,omitempty"` UserEnabledAttribute string `json:"userEnabledAttribute,omitempty" yaml:"userEnabledAttribute,omitempty"` diff --git a/client/management/v3/zz_generated_open_ldap_config.go b/client/management/v3/zz_generated_open_ldap_config.go index aec36df0..2c0fd0ed 100644 --- a/client/management/v3/zz_generated_open_ldap_config.go +++ b/client/management/v3/zz_generated_open_ldap_config.go @@ -27,6 +27,7 @@ const ( OpenLdapConfigFieldServers = "servers" OpenLdapConfigFieldServiceAccountDistinguishedName = "serviceAccountDistinguishedName" OpenLdapConfigFieldServiceAccountPassword = "serviceAccountPassword" + OpenLdapConfigFieldStartTLS = "starttls" OpenLdapConfigFieldTLS = "tls" OpenLdapConfigFieldType = "type" OpenLdapConfigFieldUUID = "uuid" @@ -67,6 +68,7 @@ type OpenLdapConfig struct { Servers []string `json:"servers,omitempty" yaml:"servers,omitempty"` ServiceAccountDistinguishedName string `json:"serviceAccountDistinguishedName,omitempty" yaml:"serviceAccountDistinguishedName,omitempty"` ServiceAccountPassword string `json:"serviceAccountPassword,omitempty" yaml:"serviceAccountPassword,omitempty"` + StartTLS bool `json:"starttls,omitempty" yaml:"starttls,omitempty"` TLS bool `json:"tls,omitempty" yaml:"tls,omitempty"` Type string `json:"type,omitempty" yaml:"type,omitempty"` UUID string `json:"uuid,omitempty" yaml:"uuid,omitempty"`