Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/Schedule1Hours.md
2025-02-28 14:46:13 +00:00

978 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-hours Schedule1Hours Schedule1Hours Schedule1Hours powershellsdk
powershell
PowerShell
sdk
Schedule1Hours
BetaSchedule1Hours
/tools/sdk/powershell/beta/models/schedule1-hours
SDK
Software Development Kit
Schedule1Hours
BetaSchedule1Hours

Schedule1Hours

Properties

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

Examples

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

[Back to top]