Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed Apr 21, 2024
1 parent d398bb9 commit a84e411
Show file tree
Hide file tree
Showing 8 changed files with 220 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,14 @@ get:
type: string
example: AWS
entdescription:
type: string
type:
- string
- 'null'
example: null
entdisplayname:
type: string
type:
- string
- 'null'
example: null
entitlementType:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,17 @@ post:
type: number
example: 227493
certified:
type: string
type:
- string
- 'null'
comments:
type: string
type:
- string
- 'null'
displayname:
type: string
type:
- string
- 'null'
endpoint:
type: string
example: Banking Application
Expand All @@ -144,11 +150,17 @@ post:
type: string
example: Ohjae
lastCertifiedCampaignName:
type: string
type:
- string
- 'null'
lastCertifiedUser:
type: number
type:
- number
- 'null'
securitySystem:
type: string
type:
- string
- 'null'
example: Banking Application
systemUserName:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ post:
accountname: admin
certaccountkey: 192406
certfied: NORESPONSE
comment: null
comment: ''
consulted: 'no'
endpoint: SaviyntLinuxServer
lastCertifiedCampaignName: ''
Expand All @@ -421,7 +421,7 @@ post:
accountname: U037787
certaccountkey: 192407
certfied: NORESPONSE
comment: null
comment: ''
consulted: 'no'
endpoint: SaviyntLinuxServer
lastCertifiedCampaignName: ''
Expand All @@ -433,7 +433,7 @@ post:
accounttotalcount: 10
certentvalkey: 1530363
certfied: APPROVED
comment: null
comment: ''
consulted: 'no'
entitlement2displaycount: 0
entitlement2totalcount: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,37 +123,61 @@ post:
type: number
example: 0
Ent_entitlement_value:
type: string
type:
- string
- 'null'
example: audio
Ent_risk:
type: string
type:
- string
- 'null'
Ent_status:
type: number
example: 1
User_lastCertifiedCampaignName:
type: string
type:
- string
- 'null'
User_lastCertifiedDate:
type: string
type:
- string
- 'null'
User_lastCertifiedUser:
type: string
type:
- string
- 'null'
User_systemUserName:
type: string
type:
- string
- 'null'
example: admin
User_username:
type: string
type:
- string
- 'null'
example: admin
accComment:
type: string
type:
- string
- 'null'
accHistory:
type: string
type:
- string
- 'null'
accStatus:
type: string
type:
- string
- 'null'
example: '1'
accountCertfied:
type: string
type:
- string
- 'null'
example: NORESPONSE
accountCount:
type: number
type:
- number
- 'null'
example: 10
accountname:
type: string
Expand All @@ -162,7 +186,9 @@ post:
type: number
example: 192406
certentval2key:
type: number
type:
- number
- 'null'
example: null
certentvalkey:
type: number
Expand All @@ -177,33 +203,53 @@ post:
type: string
example: SaviyntLinuxServer
ent2History:
type: string
type:
- string
- 'null'
ent2Status:
type: number
type:
- number
- 'null'
example: null
ent2certified:
type: string
type:
- string
- 'null'
ent2comments:
type: string
type:
- string
- 'null'
ent2name:
type: string
type:
- string
- 'null'
example: null
entCertfied:
type: string
example: APPROVED
entComment:
type: string
type:
- string
- 'null'
example: null
entStatus:
type: number
type:
- number
- 'null'
example: 1
entcriticality:
type: number
type:
- number
- 'null'
example: 0
entitlement2count:
type: number
type:
- number
- 'null'
entitlementcount:
type: number
type:
- number
- 'null'
example: 1
enttype:
type: string
Expand All @@ -215,7 +261,9 @@ post:
type: string
example: In progress
userStatus:
type: number
type:
- number
- 'null'
example:
- Ent_SOX_CRITICAL: 0
Ent_SYS_CRITICAL: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ post:
employee:
type: string
example: acook
action:
type: string
example: acook
errorCode:
type: string
example: '0'
Expand All @@ -127,6 +130,12 @@ post:
msg:
type: string
example: success
campaignId:
type: string
example: success
verifier:
type: string
example: success
example:
- employee: acook
errorCode: '0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,35 @@ post:
- request-role
summary: Create Role Request
description: >-
This API call can be used for creating a new role and assigning an owner to
the role. The `Authorization` must have `Bearer` followed by `Token`.
Mandatory params: `roletype` - Use the roletype as "ENTERPRISE" to Create
Enterprise Role Request. (supported roletypes - ENABLER/ TRANSACTIONAL/
FIREFIGHTER/ ENTERPRISE/ APPLICATION), `role_name`, `requestor`,
`owner` 1\. `ownerName` 2\. `rank`<1 to 27>, Optional params:
`customproperty<1 to 60>`, `endpointname`, `defaulttimeframe`,
`description`, `displayname`, `glossary`, `risk`, `level`,
`soxcritical`, `syscritical`, `priviliged`, `confidentiality`,
`requestable`, `showDynamicAttrs, checksod:`Set this parameter to
evaluate Segregation of Duties (SOD) violations. By default, the parameter
is set to false.
This API call can be used for creating a new role and assigning an owner
to the role.
The `Authorization` must have `Bearer` followed by `Token`.
Mandatory params:
`roletype` - Use the roletype as "ENTERPRISE" to Create Enterprise Role
Request. (supported roletypes - ENABLER/ TRANSACTIONAL/ FIREFIGHTER/
ENTERPRISE/ APPLICATION),
`role_name`,
`requestor`,
`owner`
1. `ownerName`
2. `rank`<1 to 27>,
Optional params:
`customproperty<1 to 60>`,
`endpointname`,
`defaulttimeframe`,
`description`,
`displayname`,
`glossary`,
`risk`,
`level`,
`soxcritical`,
`syscritical`,
`priviliged`,
`confidentiality`,
`requestable`,
`showDynamicAttrs, checksod:`Set this parameter to evaluate
Segregation of Duties (SOD) violations. By default, the parameter is set
to false.
operationId: createRoleRequest
requestBody:
content:
Expand Down
Loading

0 comments on commit a84e411

Please sign in to comment.