mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.5 KiB
1.5 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-app-account-details-source-account | AppAccountDetailsSourceAccount | AppAccountDetailsSourceAccount | AppAccountDetailsSourceAccount | powershellsdk |
|
/tools/sdk/powershell/beta/models/app-account-details-source-account |
|
AppAccountDetailsSourceAccount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The account ID | [optional] |
| NativeIdentity | String | The native identity of account | [optional] |
| DisplayName | String | The display name of account | [optional] |
| SourceId | String | The source ID of account | [optional] |
| SourceDisplayName | String | The source name of account | [optional] |
Examples
- Prepare the resource
$AppAccountDetailsSourceAccount = Initialize-PSSailpoint.BetaAppAccountDetailsSourceAccount -Id fbf4f72280304f1a8bc808fc2a3bcf7b `
-NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
-DisplayName Abby Smith `
-SourceId 10efa58ea3954883b52bf74f489ce8f9 `
-SourceDisplayName ODS-AD-SOURCE
- Convert the resource to JSON
$AppAccountDetailsSourceAccount | ConvertTo-JSON