Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/v2024/Models/AccessRequestAdminItemStatusCancelledRequestDetails.md
2025-01-27 16:35:26 -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
v2024-access-request-admin-item-status-cancelled-request-details AccessRequestAdminItemStatusCancelledRequestDetails AccessRequestAdminItemStatusCancelledRequestDetails AccessRequestAdminItemStatusCancelledRequestDetails powershellsdk
powershell
PowerShell
sdk
AccessRequestAdminItemStatusCancelledRequestDetails
/tools/sdk/powershell/v2024/models/access-request-admin-item-status-cancelled-request-details
SDK
Software Development Kit
AccessRequestAdminItemStatusCancelledRequestDetails

AccessRequestAdminItemStatusCancelledRequestDetails

Properties

Name Type Description Notes
Comment Pointer to String Comment made by the owner when cancelling the associated request. [optional]
Owner Pointer to OwnerDto [optional]
Modified Pointer to System.DateTime Date comment was added by the owner when cancelling the associated request. [optional]

Examples

  • Prepare the resource
$AccessRequestAdminItemStatusCancelledRequestDetails = Initialize-PSSailpoint.V2024AccessRequestAdminItemStatusCancelledRequestDetails  -Comment This request must be cancelled. `
 -Owner null `
 -Modified 2019-12-20T09:17:12.192Z
  • Convert the resource to JSON
$AccessRequestAdminItemStatusCancelledRequestDetails | ConvertTo-JSON

[Back to top]