AutoEntitlementPoliciesDto

AutoEntitlementPoliciesDto
AutoEntitlementPoliciesDto

Defines the base properties of the Auto Entitlement Policy.

JSON Example
{
    "description": "string",
    "displayName": "string",
    "domains": [
        "string"
    ],
    "id": "string",
    "lastEditedAt": "string",
    "lastEditedBy": "string"
}
string
description
Optional

Description of the Auto Entitlement Policy.

string
displayName
Optional

The display name of the group.

array of string
domains
Optional

Set of domains associated with the Auto Entitlement Policy

string
id
Optional

Unique identifier of the group.

string
lastEditedAt
Optional

Last Updated time of the Auto Entitlement Policy.

string
lastEditedBy
Optional

The username (email) of the user who edited the Auto Entitlement Policy.