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",
    "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
source
Optional

Enum to identify the source of Directory sync

Possible values are : DIRECTORY, VIEW,
boolean
isCompliant
Optional

Is Field Valid and compliant with attributes validation

validationResult
Optional

Users/Groups Objects Validation results