Skip to main content

ManagedClusterRedis

Properties

NameTypeDescriptionNotes
RedisHostStringManagedCluster redisHost[optional]
RedisPortInt32ManagedCluster redisPort[optional]

Examples

  • Prepare the resource
$ManagedClusterRedis = Initialize-PSSailpoint.BetaManagedClusterRedis  -RedisHost megapod-useast1-shared-redis.cloud.sailpoint.com `
-RedisPort 6379
  • Convert the resource to JSON
$ManagedClusterRedis | ConvertTo-JSON

[Back to top]