Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/BaseDocument.md
2025-02-03 22:09:17 +00:00

890 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
base-document BaseDocument BaseDocument BaseDocument powershellsdk
powershell
PowerShell
sdk
BaseDocument
BaseDocument
/tools/sdk/powershell/v3/models/base-document
SDK
Software Development Kit
BaseDocument
BaseDocument

BaseDocument

Properties

Name Type Description Notes
Id String [required]
Name String [required]
Type DocumentType [required]

Examples

  • Prepare the resource
$BaseDocument = Initialize-PSSailpoint.V3BaseDocument  -Id 2c91808375d8e80a0175e1f88a575222 `
 -Name john.doe `
 -Type null
  • Convert the resource to JSON
$BaseDocument | ConvertTo-JSON

[Back to top]