mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
---
|
||||
id: beta-managed-cluster-attributes
|
||||
title: ManagedClusterAttributes
|
||||
pagination_label: ManagedClusterAttributes
|
||||
sidebar_label: ManagedClusterAttributes
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'ManagedClusterAttributes', 'BetaManagedClusterAttributes']
|
||||
slug: /tools/sdk/python/beta/models/managed-cluster-attributes
|
||||
tags: ['SDK', 'Software Development Kit', 'ManagedClusterAttributes', 'BetaManagedClusterAttributes']
|
||||
---
|
||||
|
||||
# ManagedClusterAttributes
|
||||
|
||||
Managed Cluster Attributes for Cluster Configuration. Supported Cluster Types [sqsCluster, spConnectCluster]
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**queue** | [**ManagedClusterQueue**](managed-cluster-queue) | | [optional]
|
||||
**keystore** | **str** | ManagedCluster keystore for spConnectCluster type | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.managed_cluster_attributes import ManagedClusterAttributes
|
||||
|
||||
managed_cluster_attributes = ManagedClusterAttributes(
|
||||
queue=sailpoint.beta.models.managed_cluster_queue.ManagedClusterQueue(
|
||||
name = 'megapod-useast1-denali-lwt-cluster-1533',
|
||||
region = 'us-east-1', ),
|
||||
keystore='/u3+7QAAAAIAAAABAAAAAQAvL3Byb3h5LWNsdXN0ZXIvMmM5MTgwODc3Yjg3MW'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user