Update Dynamic Attribute
PUT/updateDynamicAttribute
This API updates dynamic attributes in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
securitysystem
endpoint
updateuser
dynamicattributes
- attributename
Optional params:
dynamicattributes
- other attributes of dynamic attributesattributetype
(BOOLEAN/NUMBER/STRING/ENUM/MULTIPLE SELECT FROM LIST/MULTIPLE SELECT FROM SQL QUERY/SINGLE SELECT FROM SQL QUERY/PASSWORD/LARGE TEXT/CHECK BOX/DATE)requesttype
(ACCOUNT/PROPOSED ENTITLEMENT OWNER/ENTITLEMENT OWNER ATTESTATION/ROLE/SERVICE ACCOUNT)attributelable
: Specify the name of the attribute, which you want to display in the Access Requests request form. You can apply following font styling to the label:- ##SavBoldStart##Attribute_Name##SavBoldEnd##
- ##SavItalicStart##Attribute_Name##SavItalicEnd##
- ##SavUnderlineStart##Attribute_Name##SavItalicEnd##
- ##SavUrlStart##Attribute_Name##SavUrlEnd##
- ##SavAnchorStart####SavUrlStart##[https://exampleorg.com##SavUrlEnd####SavUrlTextStart##]URL_Text##SavUrlTextEnd####SavAnchorEnd##
Request
Path Parameters
path stringrequired
- 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
Update Dynamic Attribute
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Pragma
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
Transfer-Encoding
string
X-Content-Type-Options
string
X-Frame-Options
string
X-XSS-Protection
string
- application/json
- Schema
- Example (from schema)
- Update Dynamic Attribute
Schema
errorcode string
msg string
{
"errorcode": "0",
"msg": "Success"
}
{
"errorcode": "0",
"msg": "Success"
}
Loading...