[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

PinboardResponse

Properties

string
create_timestamp Optional

Create timestamp for pinboard


string
description Optional

Description of the pinboard


array of string
groups_read_access Optional

LDAP/VIDM groups with read privilege of the pinboard


array of string
groups_write_access Optional

LDAP/VIDM groups with read and write privilege of the pinboard


string
id Optional

Entity Identifier for a pinboard


string
last_updated_timestamp Optional

Last update timestamp for pinboard


string
name Optional

Descriptor or identifier for particular pinboard.


string
owner Optional

User email of the pinboard owner


array of PinAssociation
pins Optional

Pins associated with Pinboard


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 read and write privilege for the pinboard

JSON Example

{
    "create_timestamp": 156789876,
    "description": "This is the pinboard description",
    "groups_read_access": [
        "cn=administrators"
    ],
    "groups_write_access": [
        "CN=HR,CN=Users"
    ],
    "id": "18799:10002:211561153588",
    "last_updated_timestamp": 156789876,
    "name": "Pinboard Name",
    "owner": "admin@local",
    "users_read_access": [
        "user1@vmware.com",
        "user3@vmware.com"
    ],
    "users_write_access": [
        "user@vmware.com",
        "user2@vmware.com"
    ]
}
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Property Of

PagedPinboardResponse
Returned By

Create Pinboard
Get Pinboard
Edit Pinboard
Duplicate Pinboard
Remove Share Pinboard
Share Pinboard

Feedback

Was this page helpful?