public sealed class SubjectConfig : IMessage<CertificateConfig.Types.SubjectConfig>, IEquatable<CertificateConfig.Types.SubjectConfig>, IDeepCloneable<CertificateConfig.Types.SubjectConfig>, IBufferMessage, IMessage
These values are used to create the distinguished name and subject
alternative name fields in an X.509 certificate.
[[["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-03-21 UTC."],[[["The webpage documents `SubjectConfig`, a class used for defining distinguished name and subject alternative name fields in X.509 certificates."],["`SubjectConfig` is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is found in the `Google.Cloud.Security.PrivateCA.V1.dll` assembly."],["The latest version of this API is 3.9.0, and older versions ranging back to 1.0.0 are also documented on this page, for this functionality."],["`SubjectConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The class contains two key properties: `Subject`, which is required and holds distinguished name information, and `SubjectAltName`, which is optional and holds subject alternative name fields."]]],[]]