Skip to main content

IdentityProfilesConnections

Properties

NameTypeDescriptionNotes
IdStringID of the IdentityProfile this reference applies[optional]
NameStringHuman-readable display name of the IdentityProfile to which this reference applies[optional]
IdentityCountInt64The Number of Identities managed by this IdentityProfile[optional]

Examples

  • Prepare the resource
$IdentityProfilesConnections = Initialize-PSSailpoint.V3IdentityProfilesConnections  -Id 76cfddb62818416f816bc494410f46c4 `
-Name ODS-Identity-Profile `
-IdentityCount 100
  • Convert the resource to JSON
$IdentityProfilesConnections | ConvertTo-JSON

[Back to top]