mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
18 lines
638 B
YAML
18 lines
638 B
YAML
type: object
|
|
title: SaaS Management Application to IdentityNow Source Mapping
|
|
properties:
|
|
saasManagementId:
|
|
type: string
|
|
nullable: true
|
|
description: >-
|
|
SaaS Management application ID, or null to remove mapping for specified identityNowSourceId.
|
|
Both saasManagementId and identityNowSourceId cannot be null.
|
|
example: "2345bcd"
|
|
identityNowSourceId:
|
|
type: string
|
|
nullable: true
|
|
description: >-
|
|
IdentityNow source ID, or null to remove mapping for specified saasManagementId.
|
|
Both saasManagementId and identityNowSourceId cannot be null.
|
|
example: "2c9180866166b5b0016167c32ef31a66"
|