Skip to main content

ListIdentitySnapshotAccessItems200ResponseInner

Properties

NameTypeDescriptionNotes
IdStringthe access item id[optional]
AccessTypeStringthe access item type. role in this case[optional]
DisplayNameStringthe role display name[optional]
SourceNameStringthe associated source name if it exists[optional]
EntitlementCountInt32the number of entitlements the account will create[required]
DescriptionStringthe description for the role[optional]
SourceIdStringthe id of the source[optional]
AppRefs[]AccessItemAccessProfileResponseAppRefsInnerthe list of app ids associated with the access profile[required]
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[required]
AppRoleIdStringthe app role id[required]
AttributeStringthe entitlement attribute[required]
ValueStringthe associated value[required]
TypeStringthe type of entitlement[required]
PrivilegedBooleanindicates whether the entitlement is privileged[required]
CloudGovernedBooleanindicates whether the entitlement is cloud governed[required]

Examples

  • Prepare the resource
$ListIdentitySnapshotAccessItems200ResponseInner = Initialize-V2024ListIdentitySnapshotAccessItems200ResponseInner  -Id 2c918087763e69d901763e72e97f006f `
-AccessType role `
-DisplayName sample `
-SourceName Source Name `
-EntitlementCount 12 `
-Description Role - Workday/Citizenship access `
-SourceId 2793o32dwd `
-AppRefs [{cloudAppId=8c190e6787aa4ed9a90bd9d5344523fb, cloudAppName=Sample App}, {cloudAppId=2c91808a77ff216301782327a50f09bf, cloudAppName=Another App}] `
-RemoveDate 2024-07-01T06:00:00.00Z `
-Standalone true `
-Revocable true `
-NativeIdentity dr.arden.ogahn.d `
-AppRoleId 2c918087763e69d901763e72e97f006f `
-Attribute groups `
-Value Upward mobility access `
-Type ENTITLEMENT `
-Privileged false `
-CloudGoverned true
  • Convert the resource to JSON
$ListIdentitySnapshotAccessItems200ResponseInner | ConvertTo-JSON

[Back to top]