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."],[[["This webpage details the `SubjectConfig` class, which is crucial for defining the distinguished name and subject alternative name fields in X.509 certificates."],["The `SubjectConfig` class is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is available in various versions, ranging from 1.0.0 to the latest 3.9.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides robust functionality."],["`SubjectConfig` has two main properties: `Subject`, which is required and holds distinguished name information, and `SubjectAltName`, which is optional and contains subject alternative names."],["The class can be instantiated using two available constructors, a default one and one that takes a copy of an existing `CertificateConfig.Types.SubjectConfig` as input."]]],[]]