Entitlement Definitions
Administrative APIs for working with entitlement definitions
Common Entitlements Definition Types
type EntitlementDefinition
name: String!
description: String
type: String!
expendable: Boolean!
}Listing Entitlement Definitions
1. Call listEntitlementDefinitions query with nextToken set to null
2. If nextToken in the returned EntitlementDefinitionsConnection is null,
there are no more results to retrieve
3. Call listEntitlementDefinitions query with nextToken set to the value
returned from the previous call
4. Go to step 2Possible Errors
Last updated