SharePinboardRequest

SharePinboardRequest
SharePinboardRequest
JSON Example
{
    "users_read_access": [
        "[email protected]",
        "[email protected]"
    ],
    "users_write_access": [
        "[email protected]",
        "[email protected]"
    ],
    "groups_read_access": [
        "CN=Dev,CN=Users,DC=vrni,DC=com"
    ],
    "groups_write_access": [
        "CN=HR,CN=Users,DC=vrni,DC=com"
    ]
}
array of string
users_read_access
Optional

List of users with read privilege for the pinboard

array of string
users_write_access
Optional

List of users with all privileges for the pinboard

array of string
groups_read_access
Optional

List of groups with read privilege for the pinboard

array of string
groups_write_access
Optional

List of groups with read and write privilege for the pinboard