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

1.1 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
source-app-create-dto-account-source SourceAppCreateDtoAccountSource SourceAppCreateDtoAccountSource SourceAppCreateDtoAccountSource powershellsdk
powershell
PowerShell
sdk
SourceAppCreateDtoAccountSource
/tools/sdk/powershell/beta/models/source-app-create-dto-account-source
SDK
Software Development Kit
SourceAppCreateDtoAccountSource

SourceAppCreateDtoAccountSource

Properties

Name Type Description Notes
Id String The source ID [required]
Type Pointer to String The source type, will always be ""SOURCE"" [optional]
Name Pointer to String The source name [optional]

Examples

  • Prepare the resource
$SourceAppCreateDtoAccountSource = Initialize-PSSailpoint.BetaSourceAppCreateDtoAccountSource  -Id 2c9180827ca885d7017ca8ce28a000eb `
 -Type SOURCE `
 -Name ODS-AD-Source
  • Convert the resource to JSON
$SourceAppCreateDtoAccountSource | ConvertTo-JSON

[Back to top]