Skip to main content

Managedclusterredis

Managed Cluster Redis Configuration

Properties

NameTypeDescriptionNotes
redis_hoststrManagedCluster redisHost[optional]
redis_portintManagedCluster redisPort[optional]
}

Example

from sailpoint.managed_clusters.models.managedclusterredis import Managedclusterredis

managedclusterredis = Managedclusterredis(
redis_host='megapod-useast1-shared-redis.cloud.sailpoint.com',
redis_port=6379
)

[Back to top]