Class: MintPress::SiebelApi::EnterpriseProfile
- Inherits:
-
Object
- Object
- MintPress::SiebelApi::EnterpriseProfile
- Includes:
- Mixins::Properties, MintPress::Siebel::Utils
- Defined in:
- src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb
Overview
Properties (Read/Write)
-
#start_timeout (Default Value: 3600)
Property Attributes- default ⇒ 3600
156
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 156 property :start_timeout, default: 3600
-
#bypass_cache ⇒ [TrueClass, FalseClass] (Default Value: false)
'Setting this property to true will bypass the local cache. This may slow down the execution of Post calls if the network is slow.'
Property Attributes- default ⇒ false
157
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 157 property :bypass_cache, type: [TrueClass, FalseClass], default: false, description: 'Setting this property to true will bypass the local cache. This may slow down the execution of Post calls if the network is slow.'
-
#application_interface ⇒ MintPress::Siebel::ApplicationInterface (Default Value: Proc.new { $default_ai })
Property Attributes- default ⇒ Proc.new { $default_ai }
173
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 173 property :application_interface, type: MintPress::Siebel::ApplicationInterface, default: Proc.new { $default_ai }
-
#name ⇒ String
"Enterprise profile name"
Property Attributes- alias ⇒ :Profile_ProfileName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
175
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 175 property :name, type: String, description: "Enterprise profile name"
-
#enterprise_deployments ⇒ Hash of ⇒ EnterpriseDeployment
"Primary Siebel File System"
Property Attributes177
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 177 property :enterprise_deployments, type: EnterpriseDeployment, description: "Primary Siebel File System", hash: true
-
#access_permission ⇒ String (Default Value: "ReadWrite")
"Access permission of the profile"
Property Attributes- default ⇒ "ReadWrite"
- allowed_values ⇒ ["ReadWrite", "ReadOnly"]
- alias ⇒ :Profile_AccessPermission
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
179
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 179 property :access_permission, type: String, description: "Access permission of the profile", default: "ReadWrite", allowed_values: ["ReadWrite", "ReadOnly"], alias: :Profile_AccessPermission, required_for: ["create", "update"], param_for: ["create", "update"]
-
#last_updated ⇒ String
"Last updated time stamp"
Property Attributes- alias ⇒ :Profile_LastUpdated
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
181
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 181 property :last_updated, type: String, description: "Last updated time stamp", alias: :Profile_LastUpdated, required_for: [], param_for: ["create", "update"]
-
#username ⇒ String
"Gateway Name Server Authentication User Account Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_UserName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
183
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 183 property :username, type: String, description: "Gateway Name Server Authentication User Account Name", alias: :EnterpriseConfigParams_UserName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#password ⇒ Mint::Secret
"Gateway Name Server Authentication User Account Password"
Property Attributes- alias ⇒ :EnterpriseConfigParams_Password
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
185
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 185 property :password, type: Mint::Secret, description: "Gateway Name Server Authentication User Account Password", alias: :EnterpriseConfigParams_Password, required_for: ["create", "update"], param_for: ["create", "update"]
-
#nameserver_host_name ⇒ String
"Gateway Name Server Host Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_NameserverHostName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
187
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 187 property :nameserver_host_name, type: String, description: "Gateway Name Server Host Name", alias: :EnterpriseConfigParams_NameserverHostName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#namesrvr_port ⇒ Integer
"Gateway Name Server TCP/IP Port"
Property Attributes- alias ⇒ :EnterpriseConfigParams_NamesrvrPort
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
189
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 189 property :namesrvr_port, type: Integer, description: "Gateway Name Server TCP/IP Port", alias: :EnterpriseConfigParams_NamesrvrPort, required_for: ["create", "update"], param_for: ["create", "update"]
-
#db_connect_string ⇒ String
"Oracle SQLNet Connect String"
Property Attributes- alias ⇒ :EnterpriseConfigParams_DBConnectString
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
191
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 191 property :db_connect_string, type: String, description: "Oracle SQLNet Connect String", alias: :EnterpriseConfigParams_DBConnectString, required_for: ["create", "update"], param_for: ["create", "update"]
-
#sec_adpt_profile_name ⇒ String
"Security Adapter Name (named subsystem)"
Property Attributes- alias ⇒ :EnterpriseConfigParams_SecAdptProfileName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
193
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 193 property :sec_adpt_profile_name, type: String, description: "Security Adapter Name (named subsystem)", alias: :EnterpriseConfigParams_SecAdptProfileName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#use_adapter_username ⇒ [TrueClass, FalseClass]
"Security Adapter Mapped User Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_UseAdapterUserName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
195
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 195 property :use_adapter_username, type: [TrueClass, FalseClass], description: "Security Adapter Mapped User Name", alias: :EnterpriseConfigParams_UseAdapterUserName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#propagate_gateway_authentication ⇒ [TrueClass, FalseClass] (Default Value: false)
"Propagate Authentication Settings to the Gateway Name Server"
Property Attributes- default ⇒ false
- alias ⇒ :EnterpriseConfigParams_PropagateGatewayAuthentication
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
197
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 197 property :propagate_gateway_authentication, type: [TrueClass, FalseClass], description: "Propagate Authentication Settings to the Gateway Name Server", default: false, alias: :EnterpriseConfigParams_PropagateGatewayAuthentication, required_for: ["create", "update"], param_for: ["create", "update"]
-
#chart_image_format ⇒ String
"Chart Image Format"
Property Attributes- allowed_values ⇒ ["gif", "jpeg", "png"]
- alias ⇒ :EnterpriseConfigParams_ChartImageFormat
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
199
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 199 property :chart_image_format, type: String, description: "Chart Image Format", allowed_values: ["gif", "jpeg", "png"], alias: :EnterpriseConfigParams_ChartImageFormat, required_for: ["create", "update"], param_for: ["create", "update"]
-
#chart_server_host ⇒ String
"Charts Server Host Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_ChartServerHost
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
201
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 201 property :chart_server_host, type: String, description: "Charts Server Host Name", alias: :EnterpriseConfigParams_ChartServerHost, required_for: ["create", "update"], param_for: ["create", "update"]
-
#base_dn ⇒ String
"Base Distinguished Name (DN)"
Property Attributes- alias ⇒ :EnterpriseConfigParams_BaseDN
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
203
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 203 property :base_dn, type: String, description: "Base Distinguished Name (DN)", alias: :EnterpriseConfigParams_BaseDN, required_for: ["create", "update"], param_for: ["create", "update"]
-
#crc ⇒ String
"Security Authentication Library CRC Checksum (numeric with default of 0)"
Property Attributes- alias ⇒ :EnterpriseConfigParams_CRC
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
205
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 205 property :crc, type: String, description: "Security Authentication Library CRC Checksum (numeric with default of 0)", alias: :EnterpriseConfigParams_CRC, required_for: ["create", "update"], param_for: ["create", "update"]
-
#fqdn_name ⇒ String
"Directory Server Domain Name (fully qualified domain name)"
Property Attributes- alias ⇒ :EnterpriseConfigParams_FQDNName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
207
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 207 property :fqdn_name, type: String, description: "Directory Server Domain Name (fully qualified domain name)", alias: :EnterpriseConfigParams_FQDNName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#credentials_attribute_type ⇒ String
"Credentials Attribute"
Property Attributes- alias ⇒ :EnterpriseConfigParams_CredentialsAttributeType
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
209
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 209 property :credentials_attribute_type, type: String, description: "Credentials Attribute", alias: :EnterpriseConfigParams_CredentialsAttributeType, required_for: ["create", "update"], param_for: ["create", "update"]
-
#port ⇒ Integer
"Network TCP/IP Port Number"
Property Attributes- alias ⇒ :EnterpriseConfigParams_Port
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
211
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 211 property :port, type: Integer, description: "Network TCP/IP Port Number", alias: :EnterpriseConfigParams_Port, required_for: ["create", "update"], param_for: ["create", "update"]
-
#port_mode ⇒ String
"LDAP Port Configuration"
Property Attributes- allowed_values ⇒ ["NormalPort", "SecurePort", "OtherPort"]
- alias ⇒ :EnterpriseConfigParams_PortMode
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
213
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 213 property :port_mode, type: String, description: "LDAP Port Configuration", allowed_values: ["NormalPort", "SecurePort", "OtherPort"], alias: :EnterpriseConfigParams_PortMode, required_for: ["create", "update"], param_for: ["create", "update"]
-
#propagate_change ⇒ [TrueClass, FalseClass] (Default Value: false)
"Propagate Change"
Property Attributes- default ⇒ false
- alias ⇒ :EnterpriseConfigParams_PropagateChange
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
215
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 215 property :propagate_change, type: [TrueClass, FalseClass], description: "Propagate Change", default: false, alias: :EnterpriseConfigParams_PropagateChange, required_for: ["create", "update"], param_for: ["create", "update"]
-
#roles_attribute_type ⇒ String
"LDAP Roles Attribute (optional)"
Property Attributes- alias ⇒ :EnterpriseConfigParams_RolesAttributeType
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
217
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 217 property :roles_attribute_type, type: String, description: "LDAP Roles Attribute (optional)", alias: :EnterpriseConfigParams_RolesAttributeType, required_for: ["create", "update"], param_for: ["create", "update"]
-
#username_attribute_type ⇒ String
"Siebel Username Attribute"
Property Attributes- alias ⇒ :EnterpriseConfigParams_UsernameAttributeType
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
219
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 219 property :username_attribute_type, type: String, description: "Siebel Username Attribute", alias: :EnterpriseConfigParams_UsernameAttributeType, required_for: ["create", "update"], param_for: ["create", "update"]
-
#single_sign_on ⇒ [TrueClass, FalseClass]
"Configure Web Single Sign-On (Web SSO)"
Property Attributes- alias ⇒ :EnterpriseConfigParams_SingleSignOn
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
221
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 221 property :single_sign_on, type: [TrueClass, FalseClass], description: "Configure Web Single Sign-On (Web SSO)", alias: :EnterpriseConfigParams_SingleSignOn, required_for: ["create", "update"], param_for: ["create", "update"]
-
#shared_credentials_dn ⇒ String
"Shared Database Account Distinguished Name (fully qualified domain name)"
Property Attributes- alias ⇒ :EnterpriseConfigParams_SharedCredentialsDN
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
223
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 223 property :shared_credentials_dn, type: String, description: "Shared Database Account Distinguished Name (fully qualified domain name)", alias: :EnterpriseConfigParams_SharedCredentialsDN, required_for: ["create", "update"], param_for: ["create", "update"]
-
#application_user ⇒ String
"Application User Distinguished Name (DN)"
Property Attributes- alias ⇒ :EnterpriseConfigParams_ApplicationUser
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
225
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 225 property :application_user, type: String, description: "Application User Distinguished Name (DN)", alias: :EnterpriseConfigParams_ApplicationUser, required_for: ["create", "update"], param_for: ["create", "update"]
-
#application_password ⇒ Mint::Secret
"Application Password"
Property Attributes- alias ⇒ :EnterpriseConfigParams_ApplicationPassword
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
227
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 227 property :application_password, type: Mint::Secret, description: "Application Password", alias: :EnterpriseConfigParams_ApplicationPassword, required_for: ["create", "update"], param_for: ["create", "update"]
-
#db_type ⇒ String (Default Value: "Oracle")
"RDBMS Platform"
Property Attributes- default ⇒ "Oracle"
- allowed_values ⇒ ["Oracle", "MSSQL Server", "DB2 UDB", "DB2 zOS"]
- alias ⇒ :EnterpriseConfigParams_DatabasePlatform
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
229
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 229 property :db_type, type: String, description: "RDBMS Platform", default: "Oracle", allowed_values: ["Oracle", "MSSQL Server", "DB2 UDB", "DB2 zOS"], alias: :EnterpriseConfigParams_DatabasePlatform, required_for: ["create", "update"], param_for: ["create", "update"]
-
#table_owner ⇒ String
"Database Table Owner"
Property Attributes- alias ⇒ :EnterpriseConfigParams_TableOwner
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
231
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 231 property :table_owner, type: String, description: "Database Table Owner", alias: :EnterpriseConfigParams_TableOwner, required_for: [], param_for: ["create", "update"]
-
#db_username ⇒ String
"Siebel Database User Acoount Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_DBUsername
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
233
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 233 property :db_username, type: String, description: "Siebel Database User Acoount Name", alias: :EnterpriseConfigParams_DBUsername, required_for: ["create", "update"], param_for: ["create", "update"]
-
#db_password ⇒ Mint::Secret
"Siebel Database User Acoount Password"
Property Attributes- alias ⇒ :EnterpriseConfigParams_DBUserPasswd
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
235
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 235 property :db_password, type: Mint::Secret, description: "Siebel Database User Acoount Password", alias: :EnterpriseConfigParams_DBUserPasswd, required_for: ["create", "update"], param_for: ["create", "update"]
-
#sql_database ⇒ String
"Microsoft SQL Server Database Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_SqlDatabase
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
237
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 237 property :sql_database, type: String, description: "Microsoft SQL Server Database Name", alias: :EnterpriseConfigParams_SqlDatabase, required_for: [], param_for: ["create", "update"]
-
#sql_server ⇒ String
"Microsoft SQL Server Host Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_SqlServer
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
239
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 239 property :sql_server, type: String, description: "Microsoft SQL Server Host Name", alias: :EnterpriseConfigParams_SqlServer, required_for: [], param_for: ["create", "update"]
-
#sql_server_port ⇒ Integer
"Microsoft SQL Server Port Number"
Property Attributes- alias ⇒ :EnterpriseConfigParams_SqlServerPort
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
241
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 241 property :sql_server_port, type: Integer, description: "Microsoft SQL Server Port Number", alias: :EnterpriseConfigParams_SqlServerPort, required_for: [], param_for: ["create", "update"]
-
#db2_database_alias ⇒ String
"IBM DB2 Database Alias"
Property Attributes- alias ⇒ :EnterpriseConfigParams_Db2DatabaseAlias
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
243
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 243 property :db2_database_alias, type: String, description: "IBM DB2 Database Alias", alias: :EnterpriseConfigParams_Db2DatabaseAlias, required_for: [], param_for: ["create", "update"]
-
#db2_current_sqlid ⇒ String
"Current IBM DB2 SQL ID / Group Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_Db2CurrentSQLID
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
245
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 245 property :db2_current_sqlid, type: String, description: "Current IBM DB2 SQL ID / Group Name", alias: :EnterpriseConfigParams_Db2CurrentSQLID, required_for: [], param_for: ["create", "update"]
-
#db2_inst_home ⇒ String
"IBM DB2 Client install Home Path"
Property Attributes- alias ⇒ :EnterpriseConfigParams_Db2InstHome
- required_for ⇒ []
- param_for ⇒ ["create", "update"]
247
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 247 property :db2_inst_home, type: String, description: "IBM DB2 Client install Home Path", alias: :EnterpriseConfigParams_Db2InstHome, required_for: [], param_for: ["create", "update"]
-
#encryption_type ⇒ String
"Security Encryption Level or Type"
Property Attributes- allowed_values ⇒ ["SISNAPI", "SISNAPITLS", "RSA", "MSCRYPT"]
- alias ⇒ :EnterpriseConfigParams_Encrypt
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
249
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 249 property :encryption_type, type: String, description: "Security Encryption Level or Type", allowed_values: ["SISNAPI", "SISNAPITLS", "RSA", "MSCRYPT"], alias: :EnterpriseConfigParams_Encrypt, required_for: ["create", "update"], param_for: ["create", "update"]
-
#key_filename ⇒ String
"Private Key File Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_KeyFileName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
251
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 251 property :key_filename, type: String, description: "Private Key File Name", alias: :EnterpriseConfigParams_KeyFileName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#key_file_password ⇒ Mint::Secret
"Private Key File Password"
Property Attributes- alias ⇒ :EnterpriseConfigParams_KeyFilePassword
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
253
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 253 property :key_file_password, type: Mint::Secret, description: "Private Key File Password", alias: :EnterpriseConfigParams_KeyFilePassword, required_for: ["create", "update"], param_for: ["create", "update"]
-
#peer_auth ⇒ String
"Enable Peer Authentication"
Property Attributes- alias ⇒ :EnterpriseConfigParams_PeerAuth
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
255
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 255 property :peer_auth, type: String, description: "Enable Peer Authentication", alias: :EnterpriseConfigParams_PeerAuth, required_for: ["create", "update"], param_for: ["create", "update"]
-
#peer_certificate_validation ⇒ String
"Validate Peer Certificate"
Property Attributes- alias ⇒ :EnterpriseConfigParams_PeerCertValidation
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
257
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 257 property :peer_certificate_validation, type: String, description: "Validate Peer Certificate", alias: :EnterpriseConfigParams_PeerCertValidation, required_for: ["create", "update"], param_for: ["create", "update"]
-
#ca_cert_filename ⇒ String
"Certification Authority (CA) Certificate File Name"
Property Attributes- alias ⇒ :EnterpriseConfigParams_CACertFileName
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
259
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 259 property :ca_cert_filename, type: String, description: "Certification Authority (CA) Certificate File Name", alias: :EnterpriseConfigParams_CACertFileName, required_for: ["create", "update"], param_for: ["create", "update"]
-
#sec_adpt_mode ⇒ String
"Enterprise Security Authentication Profile"
Property Attributes- allowed_values ⇒ ["DB", "LDAP", "Custom", "ADSI"]
- alias ⇒ :EnterpriseConfigParams_SecAdptMode
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
261
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 261 property :sec_adpt_mode, type: String, description: "Enterprise Security Authentication Profile", allowed_values: ["DB", "LDAP", "Custom", "ADSI"], alias: :EnterpriseConfigParams_SecAdptMode, required_for: ["create", "update"], param_for: ["create", "update"]
-
#primary_siebel_fs ⇒ String
"Primary Siebel File System"
Property Attributes- alias ⇒ :EnterpriseConfigParams_ServerFileSystem
- required_for ⇒ ["create", "update"]
- param_for ⇒ ["create", "update"]
263
# File 'src/oracle-siebel/lib/oracle-siebel/generated/siebelcgentssspec.rb', line 263 property :primary_siebel_fs, type: String, description: "Primary Siebel File System", alias: :EnterpriseConfigParams_ServerFileSystem, required_for: ["create", "update"], param_for: ["create", "update"]
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
-
#create ⇒ Object
Creates a new enterprise profile.
- #create_json ⇒ Object
- #deep_compact(hash) ⇒ Object
- #delete ⇒ Object
- #deploy ⇒ Object
-
#exist? ⇒ Boolean
Check for existance of EnterpriseProfile via get.
- #get ⇒ Object
-
#get_property_from_target(prop) ⇒ Object
Allow getting props for get_property_from_target.
-
#initialize(opts = {}) ⇒ EnterpriseProfile
constructor
A new instance of EnterpriseProfile.
- #props_from_model ⇒ Object
- #updatable? ⇒ Boolean
-
#update ⇒ Object
Modifies an enterprise profile.
- #update_json ⇒ Object
Methods included from MintPress::Siebel::Utils
#can_hit_ai_locally?, #full_url, #get_ai_oracle_home, #get_oracle_home, #get_servermanager_oracle_home, #http_delete, #http_get, #http_post, #http_put, #request_headers
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send