mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
13 lines
317 B
YAML
13 lines
317 B
YAML
description: Managed Cluster Redis Configuration
|
|
type: object
|
|
properties:
|
|
redisHost:
|
|
description: ManagedCluster redisHost
|
|
type: string
|
|
example: megapod-useast1-shared-redis.cloud.sailpoint.com
|
|
redisPort:
|
|
description: ManagedCluster redisPort
|
|
type: integer
|
|
format: int32
|
|
example: 6379
|