Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleMiningSessionResponseCreatedBy.md
2025-01-28 13:29:29 -05:00

1.2 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-role-mining-session-response-created-by RoleMiningSessionResponseCreatedBy RoleMiningSessionResponseCreatedBy RoleMiningSessionResponseCreatedBy powershellsdk
powershell
PowerShell
sdk
RoleMiningSessionResponseCreatedBy
V2024RoleMiningSessionResponseCreatedBy
/tools/sdk/powershell/v2024/models/role-mining-session-response-created-by
SDK
Software Development Kit
RoleMiningSessionResponseCreatedBy
V2024RoleMiningSessionResponseCreatedBy

RoleMiningSessionResponseCreatedBy

Properties

Name Type Description Notes
Id Pointer to String ID of the creator [optional]
DisplayName Pointer to String The display name of the creator [optional]

Examples

  • Prepare the resource
$RoleMiningSessionResponseCreatedBy = Initialize-PSSailpoint.V2024RoleMiningSessionResponseCreatedBy  -Id 2c918090761a5aac0176215c46a62d58 `
 -DisplayName Ashley.Pierce
  • Convert the resource to JSON
$RoleMiningSessionResponseCreatedBy | ConvertTo-JSON

[Back to top]