mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
* IDNWAIMEA-11385: Initial commit for DAS related API changes * IDNWAIMEA-11385: Added default for all boolean values * IDNWAIMEA-11385: Fixed linter errors * IDNWAIMEA-11385: Fixed linter errors * IDNWAIMEA-11385: Adding nullable in object level for go SDK * IDNWAIMEA-11385: Moving data access details to DataAccess model * IDNWAIMEA-11385: Updated example in v3 Access Summaries API * IDNWAIMEA-11385: Added security for Access Summaries API * IDNWAIMEA-11385: Added security for Access Summaries API' by github action: 6597365801
37 lines
960 B
YAML
37 lines
960 B
YAML
type: object
|
|
description: DAS data for the entitlement
|
|
nullable: true
|
|
properties:
|
|
policies:
|
|
type: array
|
|
description: List of classification policies that apply to resources the entitlement \ groups has access to
|
|
items:
|
|
type: object
|
|
properties:
|
|
value:
|
|
type: string
|
|
description: Value of the policy
|
|
example: GDPR-20
|
|
categories:
|
|
type: array
|
|
description: List of classification categories that apply to resources the entitlement \ groups has access to
|
|
items:
|
|
type: object
|
|
properties:
|
|
value:
|
|
type: string
|
|
description: Value of the category
|
|
example: email-7
|
|
matchCount:
|
|
type: integer
|
|
description: Number of matched for each category
|
|
example: 10
|
|
impactScore:
|
|
type: object
|
|
properties:
|
|
value:
|
|
type: string
|
|
description: Impact Score for this data
|
|
example: Medium
|
|
|