[{"label":"Latest (v1.0)","version":"latest"}]
csp

AutoEntitlementPoliciesDto

Defines the base properties of the Auto Entitlement Policy.


Properties

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.

JSON Example

{
	"description": "string",
	"displayName": "string",
	"domains": [
		"string"
	],
	"id": "string",
	"lastEditedAt": "string",
	"lastEditedBy": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of

PagedResponseAutoEntitlementPoliciesDto

Feedback

Was this page helpful?