SOAP API method DatabaseConstraintRuleValueCondition_rule
Description
What is the rule this condition belongs to?
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object DatabaseConstraintRuleValueCondition. The method only applies to the databaseconstraintrulevaluecondition with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'databaseconstraintrule' : Structure of type 'databaseconstraintrule'
- Return value 'collectionconstraintrule' : Structure of type 'collectionconstraintrule'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt
Structure 'databaseconstraintrule'
This structure databaseconstraintrule was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the constraint rule.
- Property 'name' : string
- The name of the constraint rule.
- Property 'disabled' : boolean
- Is this rule disabled?
Structure 'collectionconstraintrule'
This structure collectionconstraintrule was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the constraint rule.
- Property 'name' : string
- The name of the constraint rule.
- Property 'disabled' : boolean
- Is this rule disabled?