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

ExpandedAutoEntitlementPoliciesDto

Defines the expanded properties of the Auto Entitlement Policy.


Properties

customRoles Optional

The custom roles of the group.


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.


organizationRoles Optional

The organization roles of the group.


serviceRoles Optional

The service roles of the group.

JSON Example

{
	"customRoles": [
		{
			"createdBy": "string",
			"createdDate": "string",
			"expiresAt": 3609941597,
			"lastUpdatedBy": "string",
			"lastUpdatedDate": "string",
			"membershipType": "DIRECT",
			"name": "string",
			"resource": "string"
		}
	],
	"description": "string",
	"displayName": "string",
	"domains": [
		"string"
	],
	"id": "string",
	"lastEditedAt": "string",
	"lastEditedBy": "string",
	"organizationRoles": [
		{
			"createdBy": "string",
			"createdDate": "string",
			"displayName": "string",
			"expiresAt": 3609941597,
			"lastUpdatedBy": "string",
			"lastUpdatedDate": "string",
			"membershipType": "DIRECT",
			"name": "string",
			"resource": "string"
		}
	],
	"serviceRoles": [
		{
			"serviceDefinitionId": "string",
			"serviceRoleNames": [
				"string"
			],
			"serviceRoles": [
				{
					"createdBy": "string",
					"createdDate": "string",
					"expiresAt": 3609941597,
					"lastUpdatedBy": "string",
					"lastUpdatedDate": "string",
					"membershipType": "DIRECT",
					"name": "string",
					"resource": "string"
				}
			]
		}
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Get Auto Entitlement Policy By Organization ID And Policy ID

Feedback

Was this page helpful?