mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
2.4 KiB
2.4 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| reviewable-entitlement-account | ReviewableEntitlementAccount | ReviewableEntitlementAccount | ReviewableEntitlementAccount | powershellsdk |
|
/tools/sdk/powershell/v3/models/reviewable-entitlement-account |
|
ReviewableEntitlementAccount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NativeIdentity | Pointer to String | The native identity for this account | [optional] |
| Disabled | Pointer to Boolean | Indicates whether this account is currently disabled | [optional] [default to $false] |
| Locked | Pointer to Boolean | Indicates whether this account is currently locked | [optional] [default to $false] |
| Type | Pointer to DtoType | [optional] | |
| Id | Pointer to String | The id associated with the account | [optional] |
| Name | Pointer to String | The account name | [optional] |
| Created | Pointer to System.DateTime | When the account was created | [optional] |
| Modified | Pointer to System.DateTime | When the account was last modified | [optional] |
| ActivityInsights | Pointer to ActivityInsights | [optional] | |
| Description | Pointer to String | Information about the account | [optional] |
| GovernanceGroupId | Pointer to String | The id associated with the machine Account Governance Group | [optional] |
| Owner | Pointer to ReviewableEntitlementAccountOwner | [optional] |
Examples
- Prepare the resource
$ReviewableEntitlementAccount = Initialize-PSSailpoint.V3ReviewableEntitlementAccount -NativeIdentity CN=Alison Ferguso `
-Disabled false `
-Locked false `
-Type null `
-Id 2c9180857182305e0171993737eb29e6 `
-Name Alison Ferguso `
-Created 2020-04-20T20:11:05.067Z `
-Modified 2020-05-20T18:57:16.987Z `
-ActivityInsights null `
-Description Account for Read/write to the company database `
-GovernanceGroupId 2c9180857182305e0171993737eb29e6 `
-Owner null
- Convert the resource to JSON
$ReviewableEntitlementAccount | ConvertTo-JSON