Skip to main content

ListIdentityAccessItems200ResponseInner

Properties

NameTypeDescriptionNotes
AccessTypeStringthe access item type. role in this case[optional]
IdStringthe access item id[optional]
NameStringthe access profile name[optional]
SourceNameStringthe associated source name if it exists[optional]
SourceIdStringthe id of the source[optional]
DescriptionStringthe description for the role[optional]
DisplayNameStringthe role display name[optional]
EntitlementCountStringthe number of entitlements the account will create[optional]
AppDisplayNameStringthe name of[optional]
RemoveDateStringthe date the role is no longer assigned to the specified identity[optional]
StandaloneBooleanindicates whether the entitlement is standalone[required]
RevocableBooleanindicates whether the role is revocable[required]
NativeIdentityStringthe native identifier used to uniquely identify an acccount[optional]
AppRoleIdStringthe app role id[optional]
AttributeStringthe entitlement attribute[optional]
ValueStringthe associated value[optional]
EntitlementTypeStringthe type of entitlement[optional]
PrivilegedBooleanindicates whether the entitlement is privileged[required]
CloudGovernedBooleanindicates whether the entitlement is cloud governed[required]

Examples

  • Prepare the resource
$ListIdentityAccessItems200ResponseInner = Initialize-PSSailpoint.BetaListIdentityAccessItems200ResponseInner  -AccessType role `
-Id 2c918087763e69d901763e72e97f006f `
-Name sample `
-SourceName Source Name `
-SourceId 2793o32dwd `
-Description Role - Workday/Citizenship access `
-DisplayName sample `
-EntitlementCount 12 `
-AppDisplayName AppName `
-RemoveDate 2024-07-01T06:00:00.00Z `
-Standalone true `
-Revocable true `
-NativeIdentity dr.arden.ogahn.d `
-AppRoleId 2c918087763e69d901763e72e97f006f `
-Attribute groups `
-Value Upward mobility access `
-EntitlementType entitlement `
-Privileged false `
-CloudGoverned true
  • Convert the resource to JSON
$ListIdentityAccessItems200ResponseInner | ConvertTo-JSON

[Back to top]