Access Summaries​
This API returns a list of access summaries for the specified identity campaign certification and type. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.
Path Parameters
- id string required
The identity campaign certification ID
Example: ef38f94347e94562b5bb8424a56397d8 - type string required
Possible values: [
ROLE
,ACCESS_PROFILE
,ENTITLEMENT
]The type of access review item to retrieve summaries for
Example: ACCESS_PROFILE
Query Parameters
- limit int32
Possible values:
<= 250
Default value:
250
Max number of results to return. See V3 API Standard Collection Parameters for more information.
Example: 250 - offset int32
Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.
- count boolean
If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information.
Example: true - filters string
Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
completed: eq, ne
access.id: eq, in
access.name: eq, sw
entitlement.sourceName: eq, sw
accessProfile.sourceName: eq, sw
Example: access.id eq "ef38f94347e94562b5bb8424a56397d8" - sorters comma-separated
Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: access.name
Example: access.name
- 200
- 400
- 401
- 403
- 404
- 429
- 500
List of access summaries
- application/json
- Schema
- Example (from schema)
- Example
Schema array
access object
type stringPossible values: [
ACCOUNT_CORRELATION_CONFIG
,ACCESS_PROFILE
,ACCESS_REQUEST_APPROVAL
,ACCOUNT
,APPLICATION
,CAMPAIGN
,CAMPAIGN_FILTER
,CERTIFICATION
,CLUSTER
,CONNECTOR_SCHEMA
,ENTITLEMENT
,GOVERNANCE_GROUP
,IDENTITY
,IDENTITY_PROFILE
,IDENTITY_REQUEST
,LIFECYCLE_STATE
,PASSWORD_POLICY
,ROLE
,RULE
,SOD_POLICY
,SOURCE
,TAG
,TAG_CATEGORY
,TASK_RESULT
,REPORT_RESULT
,SOD_VIOLATION
,ACCOUNT_ACTIVITY
]An enumeration of the types of DTOs supported within the IdentityNow infrastructure.
id stringThe ID of the item being certified
name stringThe name of the item being certified
entitlement object
id stringThe id for the entitlement
name stringThe name of the entitlement
description stringInformation about the entitlement
privileged booleanIndicates if the entitlement is a privileged entitlement
owner object
type stringThe type can only be IDENTITY. This is read-only
id stringIdentity id.
name stringHuman-readable display name of identity. This is read-only
email stringEmail address of identity. This is read-only
attributeName stringThe name of the attribute on the source
attributeValue stringThe value of the attribute on the source
sourceSchemaObjectType stringThe schema object type on the source used to represent the entitlement and its attributes
sourceName stringThe name of the source for which this entitlement belongs
sourceType stringThe type of the source for which the entitlement belongs
hasPermissions booleanIndicates if the entitlement has permissions
isPermission booleanIndicates if the entitlement is a representation of an account permission
revocable booleanIndicates whether the entitlement can be revoked
cloudGoverned booleanTrue if the entitlement is cloud governed
account object
Information about the status of the entitlement
nativeIdentity stringThe native identity for this account
disabled booleanIndicates whether this account is currently disabled
locked booleanIndicates whether this account is currently locked
type stringPossible values: [
ACCOUNT_CORRELATION_CONFIG
,ACCESS_PROFILE
,ACCESS_REQUEST_APPROVAL
,ACCOUNT
,APPLICATION
,CAMPAIGN
,CAMPAIGN_FILTER
,CERTIFICATION
,CLUSTER
,CONNECTOR_SCHEMA
,ENTITLEMENT
,GOVERNANCE_GROUP
,IDENTITY
,IDENTITY_PROFILE
,IDENTITY_REQUEST
,LIFECYCLE_STATE
,PASSWORD_POLICY
,ROLE
,RULE
,SOD_POLICY
,SOURCE
,TAG
,TAG_CATEGORY
,TASK_RESULT
,REPORT_RESULT
,SOD_VIOLATION
,ACCOUNT_ACTIVITY
]An enumeration of the types of DTOs supported within the IdentityNow infrastructure.
id stringThe id associated with the account
name stringThe account name
created date-timeWhen the account was created
modified date-timeWhen the account was last modified
accessProfile object
id stringThe id of the Access Profile
name stringName of the Access Profile
description stringInformation about the Access Profile
privileged booleanIndicates if the entitlement is a privileged entitlement
cloudGoverned booleanTrue if the entitlement is cloud governed
endDate date-timeThe date at which a user's access expires
owner object
Owner of the Access Profile
type stringThe type can only be IDENTITY. This is read-only
id stringIdentity id.
name stringHuman-readable display name of identity. This is read-only
email stringEmail address of identity. This is read-only
entitlements object[]
A list of entitlements associated with this Access Profile
id stringThe id for the entitlement
name stringThe name of the entitlement
description stringInformation about the entitlement
privileged booleanIndicates if the entitlement is a privileged entitlement
owner object
type stringThe type can only be IDENTITY. This is read-only
id stringIdentity id.
name stringHuman-readable display name of identity. This is read-only
email stringEmail address of identity. This is read-only
attributeName stringThe name of the attribute on the source
attributeValue stringThe value of the attribute on the source
sourceSchemaObjectType stringThe schema object type on the source used to represent the entitlement and its attributes
sourceName stringThe name of the source for which this entitlement belongs
sourceType stringThe type of the source for which the entitlement belongs
hasPermissions booleanIndicates if the entitlement has permissions
isPermission booleanIndicates if the entitlement is a representation of an account permission
revocable booleanIndicates whether the entitlement can be revoked
cloudGoverned booleanTrue if the entitlement is cloud governed
account object
Information about the status of the entitlement
nativeIdentity stringThe native identity for this account
disabled booleanIndicates whether this account is currently disabled
locked booleanIndicates whether this account is currently locked
type stringPossible values: [
ACCOUNT_CORRELATION_CONFIG
,ACCESS_PROFILE
,ACCESS_REQUEST_APPROVAL
,ACCOUNT
,APPLICATION
,CAMPAIGN
,CAMPAIGN_FILTER
,CERTIFICATION
,CLUSTER
,CONNECTOR_SCHEMA
,ENTITLEMENT
,GOVERNANCE_GROUP
,IDENTITY
,IDENTITY_PROFILE
,IDENTITY_REQUEST
,LIFECYCLE_STATE
,PASSWORD_POLICY
,ROLE
,RULE
,SOD_POLICY
,SOURCE
,TAG
,TAG_CATEGORY
,TASK_RESULT
,REPORT_RESULT
,SOD_VIOLATION
,ACCOUNT_ACTIVITY
]An enumeration of the types of DTOs supported within the IdentityNow infrastructure.
id stringThe id associated with the account
name stringThe account name
created date-timeWhen the account was created
modified date-timeWhen the account was last modified
created date-timeDate the Access Profile was created.
modified date-timeDate the Access Profile was last modified.
role object
id stringThe id for the Role
name stringThe name of the Role
description stringInformation about the Role
privileged booleanIndicates if the entitlement is a privileged entitlement
owner object
type stringThe type can only be IDENTITY. This is read-only
id stringIdentity id.
name stringHuman-readable display name of identity. This is read-only
email stringEmail address of identity. This is read-only
revocable booleanIndicates whether the Role can be revoked or requested
endDate date-timeThe date when a user's access expires.
accessProfiles object[]
The list of Access Profiles associated with this Role
id stringThe id of the Access Profile
name stringName of the Access Profile
description stringInformation about the Access Profile
privileged booleanIndicates if the entitlement is a privileged entitlement
cloudGoverned booleanTrue if the entitlement is cloud governed
endDate date-timeThe date at which a user's access expires
owner object
Owner of the Access Profile
type stringThe type can only be IDENTITY. This is read-only
id stringIdentity id.
name stringHuman-readable display name of identity. This is read-only
email stringEmail address of identity. This is read-only
entitlements object[]
A list of entitlements associated with this Access Profile
id stringThe id for the entitlement
name stringThe name of the entitlement
description stringInformation about the entitlement
privileged booleanIndicates if the entitlement is a privileged entitlement
owner object
type stringThe type can only be IDENTITY. This is read-only
id stringIdentity id.
name stringHuman-readable display name of identity. This is read-only
email stringEmail address of identity. This is read-only
attributeName stringThe name of the attribute on the source
attributeValue stringThe value of the attribute on the source
sourceSchemaObjectType stringThe schema object type on the source used to represent the entitlement and its attributes
sourceName stringThe name of the source for which this entitlement belongs
sourceType stringThe type of the source for which the entitlement belongs
hasPermissions booleanIndicates if the entitlement has permissions
isPermission booleanIndicates if the entitlement is a representation of an account permission
revocable booleanIndicates whether the entitlement can be revoked
cloudGoverned booleanTrue if the entitlement is cloud governed
account object
Information about the status of the entitlement
nativeIdentity stringThe native identity for this account
disabled booleanIndicates whether this account is currently disabled
locked booleanIndicates whether this account is currently locked
type stringPossible values: [
ACCOUNT_CORRELATION_CONFIG
,ACCESS_PROFILE
,ACCESS_REQUEST_APPROVAL
,ACCOUNT
,APPLICATION
,CAMPAIGN
,CAMPAIGN_FILTER
,CERTIFICATION
,CLUSTER
,CONNECTOR_SCHEMA
,ENTITLEMENT
,GOVERNANCE_GROUP
,IDENTITY
,IDENTITY_PROFILE
,IDENTITY_REQUEST
,LIFECYCLE_STATE
,PASSWORD_POLICY
,ROLE
,RULE
,SOD_POLICY
,SOURCE
,TAG
,TAG_CATEGORY
,TASK_RESULT
,REPORT_RESULT
,SOD_VIOLATION
,ACCOUNT_ACTIVITY
]An enumeration of the types of DTOs supported within the IdentityNow infrastructure.
id stringThe id associated with the account
name stringThe account name
created date-timeWhen the account was created
modified date-timeWhen the account was last modified
created date-timeDate the Access Profile was created.
modified date-timeDate the Access Profile was last modified.
[
{
"access": {
"type": "IDENTITY",
"id": "2c9180867160846801719932c5153fb7",
"name": "Entitlement for Company Database"
},
"entitlement": {
"id": "2c918085718230600171993742c63558",
"name": "CN=entitlement.bbb7c650",
"description": "Gives read/write access to the company database",
"privileged": false,
"owner": {
"type": "IDENTITY",
"id": "5168015d32f890ca15812c9180835d2e",
"name": "Alison Ferguso",
"email": "alison.ferguso@identitysoon.com"
},
"attributeName": "memberOf",
"attributeValue": "CN=entitlement.bbb7c650",
"sourceSchemaObjectType": "groups",
"sourceName": "ODS-AD-Source",
"sourceType": "Active Directory - Direct",
"hasPermissions": false,
"isPermission": false,
"revocable": true,
"cloudGoverned": false,
"account": {
"nativeIdentity": "CN=Alison Ferguso",
"disabled": false,
"locked": false,
"type": "IDENTITY",
"id": "2c9180857182305e0171993737eb29e6",
"name": "Alison Ferguso",
"created": "2020-04-20T20:11:05.067Z",
"modified": "2020-05-20T18:57:16.987Z"
}
},
"accessProfile": {
"id": "2c91808a7190d06e01719938fcd20792",
"name": "Employee-database-read-write",
"description": "Collection of entitlements to read/write the employee database",
"privileged": false,
"cloudGoverned": false,
"endDate": "2021-12-25T00:00:00.000Z",
"owner": {
"type": "IDENTITY",
"id": "5168015d32f890ca15812c9180835d2e",
"name": "Alison Ferguso",
"email": "alison.ferguso@identitysoon.com"
},
"entitlements": [
{
"id": "2c918085718230600171993742c63558",
"name": "CN=entitlement.bbb7c650",
"description": "Gives read/write access to the company database",
"privileged": false,
"owner": {
"type": "IDENTITY",
"id": "5168015d32f890ca15812c9180835d2e",
"name": "Alison Ferguso",
"email": "alison.ferguso@identitysoon.com"
},
"attributeName": "memberOf",
"attributeValue": "CN=entitlement.bbb7c650",
"sourceSchemaObjectType": "groups",
"sourceName": "ODS-AD-Source",
"sourceType": "Active Directory - Direct",
"hasPermissions": false,
"isPermission": false,
"revocable": true,
"cloudGoverned": false,
"account": {
"nativeIdentity": "CN=Alison Ferguso",
"disabled": false,
"locked": false,
"type": "IDENTITY",
"id": "2c9180857182305e0171993737eb29e6",
"name": "Alison Ferguso",
"created": "2020-04-20T20:11:05.067Z",
"modified": "2020-05-20T18:57:16.987Z"
}
}
],
"created": "2021-01-01T22:32:58.104Z",
"modified": "2021-02-01T22:32:58.104Z"
},
"role": {
"id": "2c91808a7190d06e0171993907fd0794",
"name": "Accounting-Employees",
"description": "Role for members of the accounting department with the necessary Access Profiles",
"privileged": false,
"owner": {
"type": "IDENTITY",
"id": "5168015d32f890ca15812c9180835d2e",
"name": "Alison Ferguso",
"email": "alison.ferguso@identitysoon.com"
},
"revocable": false,
"endDate": "2021-12-25T00:00:00.000Z",
"accessProfiles": [
{
"id": "2c91808a7190d06e01719938fcd20792",
"name": "Employee-database-read-write",
"description": "Collection of entitlements to read/write the employee database",
"privileged": false,
"cloudGoverned": false,
"endDate": "2021-12-25T00:00:00.000Z",
"owner": {
"type": "IDENTITY",
"id": "5168015d32f890ca15812c9180835d2e",
"name": "Alison Ferguso",
"email": "alison.ferguso@identitysoon.com"
},
"entitlements": [
{
"id": "2c918085718230600171993742c63558",
"name": "CN=entitlement.bbb7c650",
"description": "Gives read/write access to the company database",
"privileged": false,
"owner": {
"type": "IDENTITY",
"id": "5168015d32f890ca15812c9180835d2e",
"name": "Alison Ferguso",
"email": "alison.ferguso@identitysoon.com"
},
"attributeName": "memberOf",
"attributeValue": "CN=entitlement.bbb7c650",
"sourceSchemaObjectType": "groups",
"sourceName": "ODS-AD-Source",
"sourceType": "Active Directory - Direct",
"hasPermissions": false,
"isPermission": false,
"revocable": true,
"cloudGoverned": false,
"account": {
"nativeIdentity": "CN=Alison Ferguso",
"disabled": false,
"locked": false,
"type": "IDENTITY",
"id": "2c9180857182305e0171993737eb29e6",
"name": "Alison Ferguso",
"created": "2020-04-20T20:11:05.067Z",
"modified": "2020-05-20T18:57:16.987Z"
}
}
],
"created": "2021-01-01T22:32:58.104Z",
"modified": "2021-02-01T22:32:58.104Z"
}
]
}
}
]
[
{
"access": {
"type": "ENTITLEMENT",
"id": "2c9180857182305e01719937429e2bad",
"name": "CN=Engineering"
},
"entitlement": {
"id": "2c9180857182305e01719937429e2bad",
"name": "CN=Engineering",
"description": "Access to the engineering database",
"privileged": false,
"owner": {
"email": "brandon.gray@acme-solar.com",
"type": "IDENTITY",
"id": "2c9180867160846801719932c5153fb7",
"name": "Brandon Gray"
},
"attributeName": "memberOf",
"attributeValue": "CN=Engineering",
"sourceName": "ODS-AD-Source",
"hasPermissions": true,
"revocable": true
}
}
]
Client Error - Returned if the request body is invalid.
- application/json
- Schema
- Example (from schema)
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
- application/json
- Schema
- Example (from schema)
Schema
- error
A message describing the error
{
"error": "JWT validation failed: JWT is expired"
}
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
- application/json
- Schema
- Example (from schema)
- 403
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 403 response object
{
"detailCode": "403 Forbidden",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server understood the request but refuses to authorize it."
}
]
}
Not Found - returned if the request URL refers to a resource or object that does not exist
- application/json
- Schema
- Example (from schema)
- 404
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 404 response object
{
"detailCode": "404 Not found",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server did not find a current representation for the target resource."
}
]
}
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
- application/json
- Schema
- Example (from schema)
Schema
- message
A message describing the error
{
"message": " Rate Limit Exceeded "
}
Internal Server Error - Returned if there is an unexpected error.
- application/json
- Schema
- Example (from schema)
- 500
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 500 response object
{
"detailCode": "500.0 Internal Fault",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "An internal fault occurred."
}
]
}