mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
970 B
970 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-managed-cluster-redis | ManagedClusterRedis | ManagedClusterRedis | ManagedClusterRedis | pythonsdk |
|
/tools/sdk/python/v2024/models/managed-cluster-redis |
|
ManagedClusterRedis
Managed Cluster Redis Configuration
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| redis_host | str | ManagedCluster redisHost | [optional] |
| redis_port | int | ManagedCluster redisPort | [optional] |
| } |
Example
from sailpoint.v2024.models.managed_cluster_redis import ManagedClusterRedis
managed_cluster_redis = ManagedClusterRedis(
redis_host='megapod-useast1-shared-redis.cloud.sailpoint.com',
redis_port=6379
)