public sealed class CertificateConfig.Types.SubjectConfig : IMessage<CertificateConfig.Types.SubjectConfig>, IEquatable<CertificateConfig.Types.SubjectConfig>, IDeepCloneable<CertificateConfig.Types.SubjectConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class CertificateConfig.Types.SubjectConfig.
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-04-02 UTC."],[[["This webpage provides documentation for the `CertificateConfig.Types.SubjectConfig` class within the Google Cloud Security Private CA v1 API, with versions ranging from 1.0.0 to the latest 3.9.0."],["The `CertificateConfig.Types.SubjectConfig` class is used to define the distinguished name and subject alternative name fields in X.509 certificates, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two optional properties: `Subject`, which holds distinguished name fields, and `SubjectAltName`, which holds subject alternative name fields."],["It contains two constructors, a default and another which uses an existing `CertificateConfig.Types.SubjectConfig` to create another instance."],["The class inherits from `object` and implements the functionality of the interfaces `IMessage`, `IEquatable\u003cCertificateConfig.Types.SubjectConfig\u003e`, `IDeepCloneable\u003cCertificateConfig.Types.SubjectConfig\u003e`, `IBufferMessage`, and `IMessage`."]]],[]]