Class: TenantConfig
- Inherits:
-
Object
- Object
- TenantConfig
- 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_fields ⇒ Object
58 |
# File 'lib/tenant_profile_model_types.rb', line 58 def struct_fields; FIELDS; end |
#validate ⇒ Object
60 61 |
# File 'lib/tenant_profile_model_types.rb', line 60 def validate end |