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,18 +16,18 @@ tags: ['SDK', 'Software Development Kit', 'SourceApp', 'V2024SourceApp']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | The source app id | [optional]
**CloudAppId** | Pointer to **String** | The deprecated source app id | [optional]
**Name** | Pointer to **String** | The source app name | [optional]
**Created** | Pointer to **System.DateTime** | Time when the source app was created | [optional]
**Modified** | Pointer to **System.DateTime** | Time when the source app was last modified | [optional]
**Enabled** | Pointer to **Boolean** | True if the source app is enabled | [optional] [default to $false]
**ProvisionRequestEnabled** | Pointer to **Boolean** | True if the source app is provision request enabled | [optional] [default to $false]
**Description** | Pointer to **String** | The description of the source app | [optional]
**MatchAllAccounts** | Pointer to **Boolean** | True if the source app match all accounts | [optional] [default to $false]
**AppCenterEnabled** | Pointer to **Boolean** | True if the source app is shown in the app center | [optional] [default to $true]
**AccountSource** | Pointer to [**SourceAppAccountSource**](source-app-account-source) | | [optional]
**Owner** | Pointer to [**BaseReferenceDto**](base-reference-dto) | The owner of source app | [optional]
**Id** | **String** | The source app id | [optional]
**CloudAppId** | **String** | The deprecated source app id | [optional]
**Name** | **String** | The source app name | [optional]
**Created** | **System.DateTime** | Time when the source app was created | [optional]
**Modified** | **System.DateTime** | Time when the source app was last modified | [optional]
**Enabled** | **Boolean** | True if the source app is enabled | [optional] [default to $false]
**ProvisionRequestEnabled** | **Boolean** | True if the source app is provision request enabled | [optional] [default to $false]
**Description** | **String** | The description of the source app | [optional]
**MatchAllAccounts** | **Boolean** | True if the source app match all accounts | [optional] [default to $false]
**AppCenterEnabled** | **Boolean** | True if the source app is shown in the app center | [optional] [default to $true]
**AccountSource** | [**SourceAppAccountSource**](source-app-account-source) | | [optional]
**Owner** | [**BaseReferenceDto**](base-reference-dto) | The owner of source app | [optional]
## Examples