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

1013 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
source-entitlement-request-config SourceEntitlementRequestConfig SourceEntitlementRequestConfig SourceEntitlementRequestConfig powershellsdk
powershell
PowerShell
sdk
SourceEntitlementRequestConfig
/tools/sdk/powershell/beta/models/source-entitlement-request-config
SDK
Software Development Kit
SourceEntitlementRequestConfig

SourceEntitlementRequestConfig

Properties

Name Type Description Notes
AccessRequestConfig Pointer to EntitlementAccessRequestConfig [optional]

Examples

  • Prepare the resource
$SourceEntitlementRequestConfig = Initialize-PSSailpoint.BetaSourceEntitlementRequestConfig  -AccessRequestConfig null
  • Convert the resource to JSON
$SourceEntitlementRequestConfig | ConvertTo-JSON

[Back to top]