Create Dynamic Attribute
POST/createDynamicAttribute
This API creates dynamic attributes in EIC.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
securitysystem
endpoint
updateuser
dynamicattributes
- attributename
, requesttype
(ACCOUNT/PROPOSED ENTITLEMENT OWNER/ENTITLEMENT OWNER ATTESTATION/ROLE/SERVICE ACCOUNT)
Optional params:
dynamicattributes
- other dynamic attribute parameters:
attributetype
: Specify the attribute type based on which you want to filter and display the dynamic attributes.The various types of attribute types are: Single select from Sql Query, ENUM, Password, Boolean (True,False), String, Check Box, Date, and so on. -attributename
: Specify the dynamic attribute name to be used for filtering out and calling the respective attribute to be displayed. -Attribute Group
: Attribute Group provides you an option to group or categorize and display the dynamic attributes in the Access Requests request form. -Order Index
: Specify the sequence where you want to display the dynamic attributes. You can specify values such as 0,1, 2, 3 and so on. Order index with lower values is displayed first and those with higher values are displayed later. -attributelable
: Specify the name of the attribute, which you want to display in the Access Requests request form. You can apply the following font styling to the label:##SavBoldStart##Attribute_Name##SavBoldEnd##
##SavUnderlineStart##Attribute_Name##SavItalicEnd##
##SavUnderlineStart##Attribute_Name##UnderlineEnd##
##SavAnchorStart####SavUrlStart##https://exampleorg.com##SavUrlEnd####SavUrlTextStart##URL_Text##SavUrlTextEnd####SavAnchorEnd##
Request
- application/json
Body
Array [
]
dynamicattributes
object[]
Parentattributestring
Example:
accountscolumnstring
Example:
actionstringstring
Example:
actiontoperformwhenparentattributechangesstring
Example:
attributegroupstring
Example:
attributelablestring
Example:
attributenamestring
Example:
air5
attributetypestring
Example:
BOOLEAN
attributevaluestring
Example:
defaultvaluestring
Example:
descriptionascsvstring
Example:
editablestring
Example:
true
hideoncreatestring
Example:
false
hideonupdatestring
Example:
false
orderindexstring
Example:
regexstring
Example:
requesttypestring
Example:
SERVICE ACCOUNT
requiredstring
Example:
false
showonchildstring
Example:
false
endpointstring
Example:
System1
securitysystemstring
Example:
System1
usernamestring
Example:
admin
Responses
- 200
Create Dynamic Attribute
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Create Dynamic Attribute
Schema
errorcodestring
Example:
0
msgstring
Example:
Success
{
"errorcode": "0",
"msg": "Success"
}
{
"errorcode": "0",
"msg": "Success"
}