Skip to main content

Accountactivityitem

Properties

NameTypeDescriptionNotes
IdStringItem id[optional]
NameStringHuman-readable display name of item[optional]
RequestedSystem.DateTimeDate and time item was requested[optional]
ApprovalStatusAccountactivityapprovalstatus[optional]
ProvisioningStatusProvisioningstate[optional]
RequesterCommentComment[optional]
ReviewerIdentitySummaryIdentitysummary[optional]
ReviewerCommentComment[optional]
OperationAccountactivityitemoperation[optional]
AttributeStringAttribute to which account activity applies[optional]
ValueStringValue of attribute[optional]
NativeIdentityStringNative identity in the target system to which the account activity applies[optional]
SourceIdStringId of Source to which account activity applies[optional]
AccountRequestInfoAccountrequestinfo[optional]
ClientMetadatamap[string]StringArbitrary key-value pairs, if any were included in the corresponding access request item[optional]
RemoveDateSystem.DateTimeThe date the role or access profile or entitlement is no longer assigned to the specified identity.[optional]

Examples

  • Prepare the resource
$Accountactivityitem = Initialize-Accountactivityitem  -Id 48c545831b264409a81befcabb0e3c5a `
-Name 48c545831b264409a81befcabb0e3c5a `
-Requested 2017-07-11T18:45:37.098Z `
-ApprovalStatus null `
-ProvisioningStatus null `
-RequesterComment null `
-ReviewerIdentitySummary null `
-ReviewerComment null `
-Operation null `
-Attribute detectedRoles `
-Value Treasury Analyst [AccessProfile-1529010191212] `
-NativeIdentity Sandie.Camero `
-SourceId 2c91808363ef85290164000587130c0c `
-AccountRequestInfo null `
-ClientMetadata {"customKey1":"custom value 1","customKey2":"custom value 2"} `
-RemoveDate 2020-07-11T00:00Z
  • Convert the resource to JSON
$Accountactivityitem | ConvertTo-JSON

[Back to top]