Files
api-specs/idn/beta/schemas/AccessReference.yaml
GitHub Action Bot 03c7b80a9e Automated commit 'Merge pull request #1469 from sailpoint/devrel-1185-2
Devrel 1185 2' by github action: 6736623414
2023-11-02 18:15:05 +00:00

26 lines
739 B
YAML

type: object
properties:
id:
type: string
format: UUID
description: ID of access item being recommended.
example: 2d9180835d2e5168015d32f890ca1581
name:
type: string
description: Display name of the access item.
example: Applied Research Access
description:
type: string
description: Description of the access item.
example: Access to research information, lab results, and schematics
type:
$ref: '../../v3/schemas/RequestableObjectType.yaml'
owner:
$ref: './AccessItemOwnerDto.yaml'
requestCommentsRequired:
type: boolean
description: If comments are required while requesting the access item.
apps:
type: array
items:
$ref: './ApplicationReference.yaml'