Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,13 +16,13 @@ tags: ['SDK', 'Software Development Kit', 'Tenant', 'BetaTenant']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | The unique identifier for the Tenant | [optional] [readonly]
**Name** | Pointer to **String** | Abbreviated name of the Tenant | [optional]
**FullName** | Pointer to **String** | Human-readable name of the Tenant | [optional]
**Pod** | Pointer to **String** | Deployment pod for the Tenant | [optional]
**Region** | Pointer to **String** | Deployment region for the Tenant | [optional]
**Description** | Pointer to **String** | Description of the Tenant | [optional]
**Products** | Pointer to [**[]Product**](product) | | [optional]
**Id** | **String** | The unique identifier for the Tenant | [optional] [readonly]
**Name** | **String** | Abbreviated name of the Tenant | [optional]
**FullName** | **String** | Human-readable name of the Tenant | [optional]
**Pod** | **String** | Deployment pod for the Tenant | [optional]
**Region** | **String** | Deployment region for the Tenant | [optional]
**Description** | **String** | Description of the Tenant | [optional]
**Products** | [**[]Product**](product) | | [optional]
## Examples