Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/beta/Models/Schedule1Months.md
2025-01-27 16:35:26 -05:00

974 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-schedule1-months Schedule1Months Schedule1Months Schedule1Months powershellsdk
powershell
PowerShell
sdk
Schedule1Months
/tools/sdk/powershell/beta/models/schedule1-months
SDK
Software Development Kit
Schedule1Months

Schedule1Months

Properties

Name Type Description Notes
ApplicationId Pointer to String The application id [optional]
AccountMatchConfig Pointer to SelectorAccountMatchConfig [optional]

Examples

  • Prepare the resource
$Schedule1Months = Initialize-PSSailpoint.BetaSchedule1Months  -ApplicationId 2c91808874ff91550175097daaec161c" `
 -AccountMatchConfig null
  • Convert the resource to JSON
$Schedule1Months | ConvertTo-JSON

[Back to top]