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

1.0 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-identity RoleMiningIdentity RoleMiningIdentity RoleMiningIdentity powershellsdk
powershell
PowerShell
sdk
RoleMiningIdentity
V2024RoleMiningIdentity
/tools/sdk/powershell/v2024/models/role-mining-identity
SDK
Software Development Kit
RoleMiningIdentity
V2024RoleMiningIdentity

RoleMiningIdentity

Properties

Name Type Description Notes
Id Pointer to String Id of the identity [optional]
Name Pointer to String Name of the identity [optional]
Attributes Pointer to map[string]String [optional]

Examples

  • Prepare the resource
$RoleMiningIdentity = Initialize-PSSailpoint.V2024RoleMiningIdentity  -Id null `
 -Name null `
 -Attributes null
  • Convert the resource to JSON
$RoleMiningIdentity | ConvertTo-JSON

[Back to top]