mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-account-usage
|
||||
title: AccountUsage
|
||||
pagination_label: AccountUsage
|
||||
sidebar_label: AccountUsage
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'AccountUsage', 'BetaAccountUsage']
|
||||
slug: /tools/sdk/powershell/beta/models/account-usage
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountUsage', 'BetaAccountUsage']
|
||||
---
|
||||
|
||||
|
||||
# AccountUsage
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Date** | Pointer to **System.DateTime** | The first day of the month for which activity is aggregated. | [optional]
|
||||
**Count** | Pointer to **Int64** | The number of days within the month that the account was active in a source. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountUsage = Initialize-PSSailpoint.BetaAccountUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
|
||||
-Count 10
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$AccountUsage | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user