mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
* added null value to enum * fixed validation schema errors * syntax error * moved nullable flag to referenced object --------- Co-authored-by: philip-ellis-sp <philip.ellis@sailpoint.com>' by github action: 4768435393
13 lines
448 B
YAML
13 lines
448 B
YAML
description: Managed Cluster Attributes for Cluster Configuration. Supported Cluster Types [sqsCluster, spConnectCluster]
|
|
type: object
|
|
properties:
|
|
queue:
|
|
description: ManagedCluster keystore for sqsCluster type
|
|
$ref: './ManagedClusterQueue.yaml'
|
|
keystore:
|
|
nullable: true
|
|
description: ManagedCluster keystore for spConnectCluster type
|
|
type: string
|
|
example: /u3+7QAAAAIAAAABAAAAAQAvL3Byb3h5LWNsdXN0ZXIvMmM5MTgwODc3Yjg3MW
|
|
|