Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/PasswordInfoAccount.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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
password-info-account PasswordInfoAccount PasswordInfoAccount PasswordInfoAccount powershellsdk
powershell
PowerShell
sdk
PasswordInfoAccount
/tools/sdk/powershell/beta/models/password-info-account
SDK
Software Development Kit
PasswordInfoAccount

PasswordInfoAccount

Properties

Name Type Description Notes
AccountId Pointer to String Account ID of the account. This is specified per account schema in the source configuration. It is used to distinguish accounts. More info can be found here https://community.sailpoint.com/t5/IdentityNow-Connectors/How-do-I-designate-an-account-attribute-as-the-Account-ID-for-a/ta-p/80350 [optional]
AccountName Pointer to String Display name of the account. This is specified per account schema in the source configuration. It is used to display name of the account. More info can be found here https://community.sailpoint.com/t5/IdentityNow-Connectors/How-do-I-designate-an-account-attribute-as-the-Account-Name-for/ta-p/74008 [optional]

Examples

  • Prepare the resource
$PasswordInfoAccount = Initialize-PSSailpoint.BetaPasswordInfoAccount  -AccountId CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
 -AccountName Abby.Smith
  • Convert the resource to JSON
$PasswordInfoAccount | ConvertTo-JSON

[Back to top]