Update to powershell SDK docs: 13400083192

This commit is contained in:
developer-relations-sp
2025-02-18 21:09:13 +00:00
parent 63e80b2c1b
commit d8aeab4d75
78 changed files with 1364 additions and 340 deletions

View File

@@ -27,6 +27,8 @@ Name | Type | Description | Notes
**PasswordLastSet** | **System.DateTime** | A date-time in ISO-8601 format | [optional]
**EntitlementAttributes** | [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | Map or dictionary of key/value pairs. | [optional]
**Created** | **System.DateTime** | ISO-8601 date-time referring to the time when the object was created. | [optional]
**SupportsPasswordChange** | **Boolean** | Indicates whether the account supports password change. | [optional] [default to $false]
**AccountAttributes** | [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | Map or dictionary of key/value pairs. | [optional]
## Examples
@@ -42,7 +44,9 @@ $BaseAccount = Initialize-PSSailpoint.V2024BaseAccount -Id 2c91808568c529c60168
-ManuallyCorrelated false `
-PasswordLastSet 2018-06-25T20:22:28.104Z `
-EntitlementAttributes {moderator=true, admin=true, trust_level=4} `
-Created 2018-06-25T20:22:28.104Z
-Created 2018-06-25T20:22:28.104Z `
-SupportsPasswordChange false `
-AccountAttributes {type=global, admin=true, trust_level=4}
```
- Convert the resource to JSON