Skip to main content

AccessProfileRef

Properties

NameTypeDescriptionNotes
IdStringID of the Access Profile[optional]
TypeEnum [ "ACCESS_PROFILE" ]Type of requested object. This field must be either left null or set to 'ACCESS_PROFILE' when creating an Access Profile, otherwise a 400 Bad Request error will result.[optional]
NameStringHuman-readable display name of the Access Profile. This field is ignored on input.[optional]

Examples

  • Prepare the resource
$AccessProfileRef = Initialize-PSSailpoint.V2024AccessProfileRef  -Id ff808081751e6e129f1518161919ecca `
-Type ACCESS_PROFILE `
-Name Access Profile 2567
  • Convert the resource to JSON
$AccessProfileRef | ConvertTo-JSON

[Back to top]