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": "d50471eb-9803-48dc-9f1b-d65aca9ff682",
"SemanticEntitySchemaName": "sample string 2",
"SemanticEntityName": "sample string 3",
"SemanticEntityAssemblyQualifiedName": "sample string 4",
"ParentSemanticEntitySecurityConfigurationID": "42edc078-6cc3-4850-99b1-42998df6a673",
"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.