Required. The ID of the allowed value. * If provided, the same will be used. The service will throw an error if the specified id is already used by another allowed value in the same attribute resource. * If not provided, a system generated id derived from the display name will be used. In this case, the service will handle conflict resolution by adding a system generated suffix in case of duplicates.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
displayName
string
Required. The display name of the allowed value.
description
string
Optional. The detailed description of the allowed value.
immutable
boolean
Optional. When set to true, the allowed value cannot be updated or deleted by the user. It can only be true for System defined attributes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-16 UTC."],[[["The JSON representation of an enum value includes `id`, `displayName`, `description`, and `immutable` properties."],["The `id` is a required string representing the unique identifier of the allowed value, which can be user-specified or system-generated."],["The `displayName` is a required string that shows the display name of the allowed value."],["`description` is an optional string field that lets you add detailed information about the allowed value."],["The `immutable` boolean field indicates whether the value can be updated or deleted by the user; it's optional and only true for system-defined values."]]],[]]