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-source-account-created |
SourceAccountCreated |
SourceAccountCreated |
SourceAccountCreated |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| SourceAccountCreated |
| BetaSourceAccountCreated |
|
/tools/sdk/powershell/beta/models/source-account-created |
| SDK |
| Software Development Kit |
| SourceAccountCreated |
| BetaSourceAccountCreated |
|
SourceAccountCreated
Properties
| Name |
Type |
Description |
Notes |
| Uuid |
String |
Identity's universal unique identifier (UUID) on the source. The source system generates the UUID. |
[required] |
| Id |
String |
SailPoint generated unique identifier. |
[required] |
| NativeIdentifier |
String |
Account's unique ID on the source. |
[required] |
| SourceId |
String |
Source ID. |
[required] |
| SourceName |
String |
Source name. |
[required] |
| IdentityId |
String |
ID of the identity correlated with the account. |
[required] |
| IdentityName |
String |
Name of the identity correlated with the account. |
[required] |
| Attributes |
[map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 |
Account attributes. The attributes' contents depend on the source's account schema. |
[required] |
Examples
- Convert the resource to JSON
[Back to top]