LdapMappedGroup

LdapMappedGroup
LdapMappedGroup

Represents information about a group in the base DN

JSON Example
{
    "groupName": "groupName",
    "dn": "dc=vidb,dc=com",
    "objectGuid": "dfd3c968-0b6d-4750-a66e-405d4c04c245",
    "groupBaseDN": "CN=Users,DC=vidb,DC=com",
    "id": "43a1ccce-36b6-40ce-baed-0c2e1b189d4e",
    "hasRoleAssignments": true,
    "source": "DIRECTORY",
    "isCompliant": false,
    "validationResult": {
        "invalidAttributes": [
            "string"
        ],
        "isDuplicateId": false
    }
}
string
groupName
Required  

The name of the group

string
dn
Required  

Group DN

string
objectGuid
Optional

ObjectGuid is a unique value of the group

string
groupBaseDN
Optional

Base DN

string
id
Optional

Unique identifier (uuid) of the group assigned by VIDB. Returned only if group exist in VIDB.

boolean
hasRoleAssignments
Optional

Indicates whether the group has any roles assigned

string
source
Optional

Enum to identify the source of Directory sync

Enumeration: DIRECTORY, VIEW
boolean
isCompliant
Read-Only  

Is Field Valid and compliant with attributes validation

validationResult
Read-Only  

Users/Groups Objects Validation results