mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
19 lines
519 B
YAML
19 lines
519 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: ID of the sync group
|
|
example: 6881f631-3bd5-4213-9c75-8e05cc3e35dd
|
|
name:
|
|
description: Name of the sync group
|
|
type: string
|
|
example: Password Sync Group 1
|
|
passwordPolicyId:
|
|
type: string
|
|
example: "2c91808d744ba0ce01746f93b6204501"
|
|
sourceIds:
|
|
type: array
|
|
description: List of password managed sources IDs
|
|
items:
|
|
type: string
|
|
example: ["2c918084660f45d6016617daa9210584", "2c918084660f45d6016617daa9210500"] |