POST Security/UpdateDataMartRequestTypePermissions

Update list of request type permissions associated with Datamart

Request Information

URI Parameters

None.

Body Parameters

Collection of AclDataMartRequestTypeDTO
NameDescriptionTypeAdditional information
DataMartID

ID of DataMart

globally unique identifier

None.

RequestTypeID

Gets or sets the ID of Request Type

globally unique identifier

None.

Permission

Request Type permissions

RequestTypePermissions

None.

SecurityGroupID

Gets or set the ID of SecurityGroup

globally unique identifier

None.

SecurityGroup

Security Group

string

None.

Overridden

Gets or sets the indicator to specify if Base ACL is overridden

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "DataMartID": "e7b0a0bf-3cd5-4edf-89bf-913cea97975a",
      "RequestTypeID": "09e2d84e-e0bc-4c56-ad49-b3b3e6c94388",
      "Permission": 0,
      "SecurityGroupID": "f256ecbf-0096-40b1-a3d0-5cde8fda2289",
      "SecurityGroup": "sample string 4",
      "Overridden": true
    },
    {
      "DataMartID": "e7b0a0bf-3cd5-4edf-89bf-913cea97975a",
      "RequestTypeID": "09e2d84e-e0bc-4c56-ad49-b3b3e6c94388",
      "Permission": 0,
      "SecurityGroupID": "f256ecbf-0096-40b1-a3d0-5cde8fda2289",
      "SecurityGroup": "sample string 4",
      "Overridden": true
    }
  ]
}

text/javascript

Sample:
{"results":[{"DataMartID":"e7b0a0bf-3cd5-4edf-89bf-913cea97975a","RequestTypeID":"09e2d84e-e0bc-4c56-ad49-b3b3e6c94388","Permission":0,"SecurityGroupID":"f256ecbf-0096-40b1-a3d0-5cde8fda2289","SecurityGroup":"sample string 4","Overridden":true},{"DataMartID":"e7b0a0bf-3cd5-4edf-89bf-913cea97975a","RequestTypeID":"09e2d84e-e0bc-4c56-ad49-b3b3e6c94388","Permission":0,"SecurityGroupID":"f256ecbf-0096-40b1-a3d0-5cde8fda2289","SecurityGroup":"sample string 4","Overridden":true}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfAclDataMartRequestTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <AclDataMartRequestTypeDTO>
    <Overridden>true</Overridden>
    <SecurityGroup>sample string 4</SecurityGroup>
    <SecurityGroupID>f256ecbf-0096-40b1-a3d0-5cde8fda2289</SecurityGroupID>
    <Permission>Deny</Permission>
    <RequestTypeID>09e2d84e-e0bc-4c56-ad49-b3b3e6c94388</RequestTypeID>
    <DataMartID>e7b0a0bf-3cd5-4edf-89bf-913cea97975a</DataMartID>
  </AclDataMartRequestTypeDTO>
  <AclDataMartRequestTypeDTO>
    <Overridden>true</Overridden>
    <SecurityGroup>sample string 4</SecurityGroup>
    <SecurityGroupID>f256ecbf-0096-40b1-a3d0-5cde8fda2289</SecurityGroupID>
    <Permission>Deny</Permission>
    <RequestTypeID>09e2d84e-e0bc-4c56-ad49-b3b3e6c94388</RequestTypeID>
    <DataMartID>e7b0a0bf-3cd5-4edf-89bf-913cea97975a</DataMartID>
  </AclDataMartRequestTypeDTO>
</ArrayOfAclDataMartRequestTypeDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.