Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleMiningIdentity.md
2025-05-07 14:37:48 +00:00

984 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
beta-role-mining-identity RoleMiningIdentity RoleMiningIdentity RoleMiningIdentity powershellsdk
powershell
PowerShell
sdk
RoleMiningIdentity
BetaRoleMiningIdentity
/tools/sdk/powershell/beta/models/role-mining-identity
SDK
Software Development Kit
RoleMiningIdentity
BetaRoleMiningIdentity

RoleMiningIdentity

Properties

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

Examples

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

[Back to top]