Files
api-specs/idn/v3/schemas/DataAccess.yaml
GitHub Action Bot 239f98d0d2 Automated commit 'IDNWAIMEA-11385: DAS related changes in Certs API (#1391)
* 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
2023-10-21 12:35:07 +00:00

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