Skip to main content

Get an Account Activity​

This gets a single account activity by its id.

Path Parameters
  • id string required

    The account activity id

    Example: ef38f94347e94562b5bb8424a56397d8
Responses

An account activity object


Schema
  • id string

    Id of the account activity

  • name string

    The name of the activity

  • created date-time

    When the activity was first created

  • modified date-time

    When the activity was last modified

  • completed date-time

    When the activity was completed

  • completionStatus string

    Possible values: [SUCCESS, FAILURE, INCOMPLETE, PENDING]

    The status after completion.

  • type string

    The type of action the activity performed. Please see the following list of types. This list may grow over time.

    • CloudAutomated
    • IdentityAttributeUpdate
    • appRequest
    • LifecycleStateChange
    • AccountStateUpdate
    • AccountAttributeUpdate
    • CloudPasswordRequest
    • Attribute Synchronization Refresh
    • Certification
    • Identity Refresh
    • Lifecycle Change Refresh

    Learn more here.

  • requesterIdentitySummary object
  • id string

    ID of this identity summary

  • name string

    Human-readable display name of identity

  • identityId string

    ID of the identity that this summary represents

  • completed boolean

    Indicates if all access items for this summary have been decided on

  • targetIdentitySummary object
  • id string

    ID of this identity summary

  • name string

    Human-readable display name of identity

  • identityId string

    ID of the identity that this summary represents

  • completed boolean

    Indicates if all access items for this summary have been decided on

  • errors string[]

    A list of error messages, if any, that were encountered.

  • warnings string[]

    A list of warning messages, if any, that were encountered.

  • items object[]

    Individual actions performed as part of this account activity

  • id string

    Item id

  • name string

    Human-readable display name of item

  • requested date-time

    Date and time item was requested

  • approvalStatus string

    Possible values: [FINISHED, REJECTED, RETURNED, EXPIRED, PENDING, CANCELED]

    The state of a work item

  • provisioningStatus string

    Possible values: [PENDING, FINISHED, UNVERIFIABLE, COMMITED, FAILED, RETRY]

    Provisioning state of an account activity item

  • requesterComment object
  • commenterId string

    Id of the identity making the comment

  • commenterName string

    Human-readable display name of the identity making the comment

  • body string

    Content of the comment

  • date date-time

    Date and time comment was made

  • reviewerIdentitySummary object
  • id string

    ID of this identity summary

  • name string

    Human-readable display name of identity

  • identityId string

    ID of the identity that this summary represents

  • completed boolean

    Indicates if all access items for this summary have been decided on

  • reviewerComment object
  • commenterId string

    Id of the identity making the comment

  • commenterName string

    Human-readable display name of the identity making the comment

  • body string

    Content of the comment

  • date date-time

    Date and time comment was made

  • operation string

    Possible values: [ADD, CREATE, MODIFY, DELETE, DISABLE, ENABLE, UNLOCK, LOCK, REMOVE]

    Represents an operation in an account activity item

  • attribute string

    Attribute to which account activity applies

  • value string

    Value of attribute

  • nativeIdentity string

    Native identity in the target system to which the account activity applies

  • sourceId string

    Id of Source to which account activity applies

  • accountRequestInfo object

    If an account activity item is associated with an access request, captures details of that request.

  • requestedObjectId string

    Id of requested object

  • requestedObjectName string

    Human-readable name of requested object

  • requestedObjectType string

    Possible values: [ACCESS_PROFILE, ROLE, ENTITLEMENT]

    Enum represented the currently supported requestable object types. Additional values may be added in the future without notice.

  • clientMetadata object

    Arbitrary key-value pairs, if any were included in the corresponding access request item

  • property name* string
  • removeDate date-time

    The date the role or access profile is no longer assigned to the specified identity.

  • executionStatus string

    Possible values: [EXECUTING, VERIFYING, TERMINATED, COMPLETED]

    The current state of execution.

  • clientMetadata object

    Arbitrary key-value pairs, if any were included in the corresponding access request

  • property name* string
Loading...