Allowed values for the `OptionsUpdateAdditionalContentExclusionPolicyScope` enumeration. Allowed values for the `PermissionsConfigureAdditionalContentExclusionPolicyScope` enumeration. Allowed values for the `SessionOpenOptionsAdditionalContentExclusionPolicyScope` enumeration.
| 4149 | |
| 4150 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 4151 | class AdditionalContentExclusionPolicyScope(Enum): |
| 4152 | """Allowed values for the `OptionsUpdateAdditionalContentExclusionPolicyScope` enumeration. |
| 4153 | |
| 4154 | Allowed values for the `PermissionsConfigureAdditionalContentExclusionPolicyScope` |
| 4155 | enumeration. |
| 4156 | |
| 4157 | Allowed values for the `SessionOpenOptionsAdditionalContentExclusionPolicyScope` |
| 4158 | enumeration. |
| 4159 | """ |
| 4160 | ALL = "all" |
| 4161 | REPO = "repo" |
| 4162 | |
| 4163 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 4164 | class OptionsUpdateContextTier(Enum): |