removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,37 +0,0 @@
---
id: schedule1-months
title: Schedule1Months
pagination_label: Schedule1Months
sidebar_label: Schedule1Months
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'Schedule1Months']
slug: /tools/sdk/powershell/beta/models/schedule1-months
tags: ['SDK', 'Software Development Kit', 'Schedule1Months']
---
# Schedule1Months
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApplicationId** | Pointer to **String** | The application id | [optional]
**AccountMatchConfig** | Pointer to [**SelectorAccountMatchConfig**](selector-account-match-config) | | [optional]
## Examples
- Prepare the resource
```powershell
$Schedule1Months = Initialize-PSSailpoint.BetaSchedule1Months -ApplicationId 2c91808874ff91550175097daaec161c" `
-AccountMatchConfig null
```
- Convert the resource to JSON
```powershell
$Schedule1Months | ConvertTo-JSON
```
[[Back to top]](#)