mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
13 lines
451 B
YAML
13 lines
451 B
YAML
type : object
|
|
properties:
|
|
minEntitlementPopularity:
|
|
type: integer
|
|
description: The minimum popularity among identities in the role which an entitlement must have to be included in the report
|
|
example: 0
|
|
includeCommonAccess:
|
|
type: boolean
|
|
description: If false, do not include entitlements that are highly popular among the entire orginization
|
|
example: true
|
|
example:
|
|
minEntitlementPopularity: 0
|
|
includeCommonAccess: true |