Skip to content

Latest commit

 

History

History
58 lines (54 loc) · 708 Bytes

File metadata and controls

58 lines (54 loc) · 708 Bytes
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
\
        }
\
    ]
\
}
\
'