| description | Automatically generated file. DO NOT MODIFY |
|---|
mgc directory custom-security-attribute-definitions patch --custom-security-attribute-definition-id {customSecurityAttributeDefinition-id} --body '{
\
"allowedValues@delta": [
\
{
\
"id": "Baker",
\
"isActive": false
\
},
\
{
\
"id": "Skagit",
\
"isActive": true
\
}
\
]
\
}
\
'