Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/SourceUsage.md
2025-02-07 20:53:08 +00:00

959 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
source-usage SourceUsage SourceUsage SourceUsage powershellsdk
powershell
PowerShell
sdk
SourceUsage
SourceUsage
/tools/sdk/powershell/v3/models/source-usage
SDK
Software Development Kit
SourceUsage
SourceUsage

SourceUsage

Properties

Name Type Description Notes
Date System.DateTime The first day of the month for which activity is aggregated. [optional]
Count Double The average number of days that accounts were active within this source, for the month. [optional]

Examples

  • Prepare the resource
$SourceUsage = Initialize-PSSailpoint.V3SourceUsage  -Date Thu Apr 20 20:00:00 EDT 2023 `
 -Count 10.45
  • Convert the resource to JSON
$SourceUsage | ConvertTo-JSON

[Back to top]