Class: TenantConfig

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/tenant_profile_model_types.rb

Constant Summary collapse

OAUTHCLIENTID =
16
OAUTHCLIENTSECRET =
17
IDENTITYSERVERUSERNAME =
13
IDENTITYSERVERPASSWORDTOKEN =
14
FIELDS =
{
  OAUTHCLIENTID => {:type => ::Thrift::Types::STRING, :name => 'oauthClientId', :optional => true},
  OAUTHCLIENTSECRET => {:type => ::Thrift::Types::STRING, :name => 'oauthClientSecret', :optional => true},
  IDENTITYSERVERUSERNAME => {:type => ::Thrift::Types::STRING, :name => 'identityServerUserName', :optional => true},
  IDENTITYSERVERPASSWORDTOKEN => {:type => ::Thrift::Types::STRING, :name => 'identityServerPasswordToken', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



58
# File 'lib/tenant_profile_model_types.rb', line 58

def struct_fields; FIELDS; end

#validateObject



60
61
# File 'lib/tenant_profile_model_types.rb', line 60

def validate
end