Gets a Type available in Access Governance by id

get

/access-governance/identities/20250331/types/{typeId}

Returns available data component types and its schema. For example, to fetch Identity schema, use agcs.Identity as the typeID.

Request

Path Parameters
Query Parameters
  • Minimum Length: 1
    Maximum Length: 255
    A filter to return only resources that match given orchestrated system identifier.
Header Parameters
  • The client request ID for tracing. The only valid characters for request IDs are letters, numbers, underscore, and dash.
Back to Top

Response

Supported Media Types

200 Response

The details of the Type available in Access Governance.
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : TypeDetails
Type: object
The Type available in Access Governance.
Show Source

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

429 Response

Too Many Requests
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

Default Response

Unknown Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Back to Top

Examples

The following example shows how to retrieve identity type and its schema. Use agcs.Identity as the typeID to fetch Identity type schema.

cURL Example GET

curl -i -X \
 GET \
   -H \
 "Authorization:Bearer <your access token>" \
 '${service-instance}/access-governance/identities/20250331/types/agcs.Identity'

Example of the Response Code

You'll receive a 200 OK Response Code with the following Response body:

{
  "typeId": "agcs.Identity",
  "type": "IDENTITY",
  "name": "Identity",
  "description": "An identity in Access Governance",
  "schema": "{\"$schema\":\"https://json-schema.org/draft-07/schema\",\"$defs\":{\"CustomAttributes\":{\"type\":\"object\",\"title\":\"Custom attributes\",\"properties\":{\"region1\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Region1\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"assignmentEffectiveEndDate\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Assignment Effective End Date\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"region2\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Region2\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"businessUnit\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Business Unit\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"futureEffectiveEndDate\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Future Effective End Date\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"assignments\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Assignments\",\"type\":\"array\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"endDate\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"End date\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"futureStartDate\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Future Start Date\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"building\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Building\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"eMail\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Email\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"division\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"division\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"terminationDate\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Termination Date\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"cloudAccountName\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"cloudAccountName\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"emailType\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Email Type\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"legalEntityId\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Legal Entity Id\",\"type\":\"long\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"compartmentOCID\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"compartmentOCID\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"addressLine1\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"AddressLine1\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"actionCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Action Code\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"addressType\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Address Type\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"compartmentName\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"compartmentName\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"futureActionCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Future Action Code\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"phoneNumber\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Phone Number\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"nationality\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Nationality\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"domainName\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"domainName\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"grade\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Grade\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"personId\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Person Identification \",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"proposedUserPersonType\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Proposed User Person Type\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"gradeCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Grade Code\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"nationalIdentifier\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"National identifier\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"locationCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Location code\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"job\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Job\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"startDate\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Start Date\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"projectedStartDate\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"ProjectedStartDate\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"maritalStatus\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Marital status\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"workerType\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Worker Type\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"supervisorName\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Supervisor name\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"extension\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Phone Extension\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"preferredLanguage\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Preferred Language\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"gender\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Gender\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"futureEffectiveStartDate\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Future Effective Start Date\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"timezone\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"timezone\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"positionCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Position Code\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"managerID\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Manager Identification Number\",\"type\":\"integer\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"personNumber\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Person Number\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"workRelationships\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Work Relationships\",\"type\":\"array\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"legalEmployerNameWithLegislationCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Legal EmployerName with Legislation Code\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"floorNumber\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Floor number\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"ocid\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"ocid\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"personType\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Person type\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"actionTypeCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Action Type Code\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"townOrCity\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Town or city\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"phoneType\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Phone Type\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"manager\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Manager\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"futureActionTypeCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Future Action Type Code\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"fullDN\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"User Full DN\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"dateOfBirth\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Date of birth\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"periodOfServiceId\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"PeriodOfService Id\",\"type\":\"long\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"assignmentEffectiveStartDate\":{\"x-multiValued\":false,\"minLength\":0,\"format\":\"date-time\",\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Assignment Effective Start Date\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false},\"businessGroupId\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Business group Id\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100,\"x-sortBy\":false}},\"required\":[]},\"DelegationBadgeDecorationMap\":{\"type\":\"map-badge\",\"title\":\"Delegation badge decoration map\",\"properties\":{\"false\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"default\",\"title\":\"No\"},\"true\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"success\",\"title\":\"Yes\"},\"x-decoration-map-input\":{\"$ref\":\"#/properties/agDelegation\"}}},\"TerminateBadgeDecorationMap\":{\"type\":\"map-badge\",\"title\":\"Terminate badge decoration map\",\"properties\":{\"false\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"default\",\"title\":\"No\"},\"true\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"success\",\"title\":\"Yes\"},\"x-decoration-map-input\":{\"$ref\":\"#/properties/agTerminate\"}}},\"AgSubTypeMap\":{\"type\":\"map\",\"title\":\"Access Governance subtype map\",\"properties\":{\"WORKFORCE\":{\"type\":\"string\",\"title\":\"Workforce\",\"const\":\"WORKFORCE\"},\"CONSUMER\":{\"type\":\"string\",\"title\":\"Consumer\",\"const\":\"CONSUMER\"},\"*\":{\"type\":\"String\",\"title\":\"{agSubType}\"}},\"x-decoration-map-input\":{\"$ref\":\"#/properties/agSubType\"},\"x-decoration-inline-variable\":{\"anyOf\":[{\"type\":{\"$ref\":\"#/properties/agSubType\"},\"title\":\"agSubType\"}]}},\"AgStatusMap\":{\"type\":\"map\",\"title\":\"Access Governance status map\",\"properties\":{\"AG_ACTIVE\":{\"type\":\"string\",\"title\":\"Active\",\"const\":\"AG_ACTIVE\"},\"AG_INACTIVE\":{\"type\":\"string\",\"title\":\"Inactive\",\"const\":\"AG_INACTIVE\"},\"*\":{\"type\":\"String\",\"title\":\"{agStatus}\"}},\"x-decoration-map-input\":{\"$ref\":\"#/properties/agStatus\"},\"x-decoration-inline-variable\":{\"anyOf\":[{\"type\":{\"$ref\":\"#/properties/agStatus\"},\"title\":\"agStatus\"}]}},\"BadgeDecorationMapEnum\":{\"enum\":[\"default\",\"info\",\"success\",\"warning\",\"danger\"]},\"InsightsBadgeDecorationMap\":{\"type\":\"map-badge\",\"title\":\"Insights badge decoration map\",\"properties\":{\"0\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"default\",\"title\":\"Low risk\"},\"1\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"danger\",\"title\":\"High risk\"},\"x-decoration-map-input\":{\"$ref\":\"#/properties/agRisk/properties/value\"}}},\"StatusBadgeDecorationMap\":{\"type\":\"map-badge\",\"title\":\"Status badge decoration map\",\"properties\":{\"ACTIVE\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"success\",\"title\":\"Active\"},\"DRAFT\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"warning\",\"title\":\"Draft\"},\"INACTIVE\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"warning\",\"title\":\"Inactive\"},\"PENDING\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"info\",\"title\":\"Pending\"},\"FAILED\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"danger\",\"title\":\"Failed\"},\"IN PROGRESS\":{\"type\":{\"$ref\":\"#/$defs/BadgeDecorationMapEnum\"},\"const\":\"info\",\"title\":\"In progress\"}},\"x-decoration-map-input\":{\"$ref\":\"#/properties/status\"}},\"InsightsDetailMap\":{\"type\":\"map\",\"title\":\"Insights value detail map\",\"properties\":{\"0\":{\"type\":\"string\",\"const\":\"LOW_IMPORTANCE\",\"title\":\"This identity has a relatively low number of accesses recommended for review\"},\"1\":{\"type\":\"string\",\"const\":\"HIGH_IMPORTANCE\",\"title\":\"This identity has a relatively high number of accesses recommended for review\"},\"x-decoration-map-input\":{\"$ref\":\"#/properties/agRisk/properties/value\"}}}},\"type\":\"object\",\"properties\":{\"addresses\":{\"type\":\"array\",\"title\":\"Addresses\",\"items\":{\"type\":\"object\",\"title\":\"Address\",\"properties\":{\"country\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Location\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"formatted\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Location formatted\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"locality\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Locality\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"postalCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Location postal code\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"primary\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"boolean\",\"title\":\"Is primary location\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"region\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Address region\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"streetAddress\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Street address\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"type\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Location type\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100}}}},\"agRisk\":{\"type\":\"object\",\"title\":\"Insights\",\"properties\":{\"value\":{\"type\":\"integer\",\"title\":\"Insights\",\"x-decoration-map\":{\"$ref\":\"#/$defs/InsightsBadgeDecorationMap\"},\"x-sortBy\":false},\"description\":{\"type\":\"string\",\"title\":\"Details\",\"x-decoration-map\":{\"$ref\":\"#/$defs/InsightsDetailMap\"},\"x-sortBy\":false}}},\"agDelegation\":{\"type\":\"object\",\"title\":\"Delegation\",\"properties\":{\"hasDelegations\":{\"type\":\"string\",\"title\":\"Delegation\",\"x-default-order\":8.0,\"x-decoration-map\":{\"$ref\":\"#/$defs/DelegationBadgeDecorationMap\"},\"x-sortBy\":false}}},\"agStatus\":{\"type\":\"string\",\"title\":\"Access Governance status\",\"x-advanced-filter\":true,\"x-decoration-map\":{\"$ref\":\"#/$defs/AgStatusMap\"},\"x-sortBy\":false},\"agSubType\":{\"type\":\"string\",\"title\":\"Access Governance subtype\",\"x-decoration-map\":{\"$ref\":\"#/$defs/AgSubTypeMap\"},\"x-default-order\":7.0,\"x-sortBy\":false},\"agOrganizations\":{\"type\":\"array\",\"title\":\"Organizations\",\"items\":{\"type\":\"object\",\"title\":\"Organization\",\"properties\":{\"displayName\":{\"type\":\"string\",\"title\":\"Organization\",\"x-default-order\":6.0,\"x-advanced-filter\":true,\"x-sortBy\":false}}}},\"customAttributes\":{\"$ref\":\"#/$defs/CustomAttributes\"},\"department\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Department\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"description\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Description\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"displayName\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Name\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":true,\"x-lookupType\":\"\",\"maxLength\":100},\"domainOCID\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Domain OCID\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"emails\":{\"type\":\"array\",\"title\":\"Emails\",\"items\":{\"type\":\"object\",\"title\":\"Email\",\"properties\":{\"pendingVerificationData\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Email pending verification data\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"primary\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"boolean\",\"title\":\"Is primary email\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"secondary\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"boolean\",\"title\":\"Is secondary email\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"type\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Email type\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"value\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Email value\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"verified\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"boolean\",\"title\":\"Is verified email\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100}}}},\"employeeNumber\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Employee number\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"jobCode\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Job code\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"location\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Country\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"manager\":{\"type\":\"object\",\"title\":\"Manager\",\"properties\":{\"displayName\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Manager user name\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":true,\"x-lookupType\":\"\",\"maxLength\":100},\"value\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Manager\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100}}},\"name\":{\"type\":\"object\",\"title\":\"Name\",\"properties\":{\"familyName\":{\"type\":\"string\",\"title\":\"Last name\",\"x-default-order\":2.0,\"x-advanced-filter\":true,\"x-sortBy\":true},\"formatted\":{\"type\":\"string\",\"title\":\"Name format\",\"x-sortBy\":false},\"givenName\":{\"type\":\"string\",\"title\":\"First name\",\"x-default-order\":1.0,\"x-advanced-filter\":true,\"x-sortBy\":true},\"honorificPrefix\":{\"type\":\"string\",\"title\":\"Honorific prefix\",\"x-sortBy\":false},\"honorificSuffix\":{\"type\":\"string\",\"title\":\"Honorific suffix\",\"x-sortBy\":false},\"middleName\":{\"type\":\"string\",\"title\":\"Middle name\",\"x-sortBy\":false}}},\"organization\":{\"type\":\"object\",\"title\":\"Source organization\",\"properties\":{\"displayName\":{\"type\":\"string\",\"title\":\"Source organization\",\"x-advanced-filter\":true,\"x-sortBy\":false}}},\"phoneNumbers\":{\"type\":\"array\",\"title\":\"Phone numbers\",\"items\":{\"type\":\"object\",\"title\":\"Phone number\",\"properties\":{\"display\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Phone number display\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"primary\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"boolean\",\"title\":\"Is primary phone number\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"type\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Phone number type\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"value\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Phone number\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"verified\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"boolean\",\"title\":\"Is verified phone number\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100}}}},\"primaryEmail\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Email\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":true,\"x-lookupType\":\"\",\"maxLength\":100},\"region\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Region\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"risk\":{\"type\":\"integer\",\"title\":\"Risk\",\"x-hidden\":true,\"x-sortBy\":false},\"state\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"State\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"status\":{\"type\":\"string\",\"title\":\"Status\",\"x-decoration-map\":{\"$ref\":\"#/$defs/StatusBadgeDecorationMap\"},\"x-sortBy\":false},\"title\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"type\":\"string\",\"title\":\"Title\",\"x-advanced-filter\":true,\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-sortBy\":false,\"x-lookupType\":\"\",\"maxLength\":100},\"agTerminate\":{\"type\":\"object\",\"title\":\"Terminate\",\"properties\":{\"terminated\":{\"type\":\"boolean\",\"title\":\"Terminated in Access Governance\",\"x-decoration-map\":{\"$ref\":\"#/$defs/TerminateBadgeDecorationMap\"}}}},\"userName\":{\"type\":\"string\",\"title\":\"Employee user name\",\"x-default-order\":3.0,\"x-advanced-filter\":true,\"x-sortBy\":true},\"userType\":{\"type\":\"string\",\"title\":\"Employee type\",\"x-advanced-filter\":true,\"x-sortBy\":false},\"domainId\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Domain ID\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100},\"compartmentId\":{\"x-multiValued\":false,\"minLength\":0,\"x-confidential\":false,\"x-readOnly\":false,\"title\":\"Compartment ID\",\"type\":\"string\",\"x-required\":false,\"x-validationRules\":[],\"defaultValues\":[],\"x-canUpdate\":true,\"x-lookupType\":\"\",\"maxLength\":100}},\"additionalProperties\":false}"
}  
Back to Top