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

760 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
domain-address DomainAddress DomainAddress DomainAddress powershellsdk
powershell
PowerShell
sdk
DomainAddress
/tools/sdk/powershell/beta/models/domain-address
SDK
Software Development Kit
DomainAddress

DomainAddress

Properties

Name Type Description Notes
Domain Pointer to String A domain address [optional]

Examples

  • Prepare the resource
$DomainAddress = Initialize-PSSailpoint.BetaDomainAddress  -Domain sailpoint.com
  • Convert the resource to JSON
$DomainAddress | ConvertTo-JSON

[Back to top]