| description |
Automatically generated file. DO NOT MODIFY |
mgc directory custom-security-attribute-definitions create --body '{
\
"attributeSet": "Engineering",
\
"description": "Active projects for user",
\
"isCollection": true,
\
"isSearchable": true,
\
"name": "Project",
\
"status": "Available",
\
"type": "String",
\
"usePreDefinedValuesOnly": true,
\
"allowedValues": [
\
{
\
"id": "Alpine",
\
"isActive": true
\
},
\
{
\
"id": "Baker",
\
"isActive": true
\
},
\
{
\
"id": "Cascade",
\
"isActive": true
\
}
\
]
\
}
\
'