LdapIdentityGroup

LdapIdentityGroup
LdapIdentityGroup

Represents a LdapIdentityGroup

JSON Example
{
    "mappedGroupData": [
        {
            "mappedGroup": {
                "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
                }
            },
            "selected": false
        }
    ],
    "numSelected": 1,
    "numTotal": 0,
    "selected": true
}
mappedGroupData
Required

List of LDAP groups in the base DN. Should not be empty list.

integer As int32 As int32
numSelected
Optional

Num of selected groups in the base DN

integer As int32 As int32
numTotal
Optional

Num of total groups in the base DN

boolean
selected
Optional

Check if groups are selected in the base DN