Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/ManagedClusterAttributes.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

1.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
managed-cluster-attributes ManagedClusterAttributes ManagedClusterAttributes ManagedClusterAttributes powershellsdk
powershell
PowerShell
sdk
ManagedClusterAttributes
/tools/sdk/powershell/beta/models/managed-cluster-attributes
SDK
Software Development Kit
ManagedClusterAttributes

ManagedClusterAttributes

Properties

Name Type Description Notes
Queue Pointer to ManagedClusterQueue [optional]
Keystore Pointer to String ManagedCluster keystore for spConnectCluster type [optional]

Examples

  • Prepare the resource
$ManagedClusterAttributes = Initialize-PSSailpoint.BetaManagedClusterAttributes  -Queue null `
 -Keystore /u3+7QAAAAIAAAABAAAAAQAvL3Byb3h5LWNsdXN0ZXIvMmM5MTgwODc3Yjg3MW
  • Convert the resource to JSON
$ManagedClusterAttributes | ConvertTo-JSON

[Back to top]