Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Schedule2Hours.md
2025-01-28 13:29:29 -05:00

1012 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
v2024-schedule2-hours Schedule2Hours Schedule2Hours Schedule2Hours powershellsdk
powershell
PowerShell
sdk
Schedule2Hours
V2024Schedule2Hours
/tools/sdk/powershell/v2024/models/schedule2-hours
SDK
Software Development Kit
Schedule2Hours
V2024Schedule2Hours

Schedule2Hours

Properties

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

Examples

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

[Back to top]