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

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

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.BetaRoleMiningIdentity  -Id null `
 -Name null `
 -Attributes null
  • Convert the resource to JSON
$RoleMiningIdentity | ConvertTo-JSON

[Back to top]