PUT Application/PutSemanticEntitySecurityConfigurations
Request Information
URI Parameters
None.
Body Parameters
Collection of SemanticEntitySecurityConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SemanticEntitySchemaName | string |
Required |
|
| SemanticEntityName | string |
Required |
|
| SemanticEntityAssemblyQualifiedName | string |
Required |
|
| ParentSemanticEntitySecurityConfigurationID | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| Sequence | integer |
None. |
|
| Caption | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "105c6d1d-920b-496b-aeed-ad4d6e619105",
"SemanticEntitySchemaName": "sample string 2",
"SemanticEntityName": "sample string 3",
"SemanticEntityAssemblyQualifiedName": "sample string 4",
"ParentSemanticEntitySecurityConfigurationID": "8d291f0d-4d37-4b70-b5b9-13097ec174fc",
"IsActive": true,
"Sequence": 1,
"Caption": "sample string 6"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.