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[]
Parentattribute string
accountscolumn string
actionstring string
actiontoperformwhenparentattributechanges string
attributegroup string
attributelable string
attributename string
attributetype string
attributevalue string
defaultvalue string
descriptionascsv string
editable string
hideoncreate string
hideonupdate string
orderindex string
regex string
requesttype string
required string
showonchild string
endpoint string
securitysystem string
username string
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
errorcode string
msg string
{
"errorcode": "0",
"msg": "Success"
}
{
"errorcode": "0",
"msg": "Success"
}
Loading...