public sealed class SecurityPolicyAdvancedOptionsConfigJsonCustomConfig : IMessage<SecurityPolicyAdvancedOptionsConfigJsonCustomConfig>, IEquatable<SecurityPolicyAdvancedOptionsConfigJsonCustomConfig>, IDeepCloneable<SecurityPolicyAdvancedOptionsConfigJsonCustomConfig>, IBufferMessage, IMessage
public RepeatedField<string> ContentTypes { get; }
A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The latest version of `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` is 3.6.0, with multiple previous versions available for reference, ranging from 1.0.0 to 3.5.0."],["`SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` inherited from it."],["`SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` has a `ContentTypes` property, which is a list of custom Content-Type header values, enabling JSON parsing based on specific header types and subtypes, excluding parameters as per RFC 1341."],["There are two constructors for `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig`, one being the default, and the other accepting another instance of itself as a parameter."]]],[]]