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-03-21 UTC."],[[["The page provides documentation for the `CertificateConfig.Types.SubjectConfig` class within the Google Cloud Security PrivateCA V1 API, detailing its use in X.509 certificate generation."],["`SubjectConfig` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has `object` as its base inheritance."],["The documentation includes versions ranging from 1.0.0 to 3.9.0, with 3.9.0 being the latest, accessible via links to each respective version's page."],["Key properties of the `SubjectConfig` class are `Subject`, representing the distinguished name, and `SubjectAltName`, representing subject alternative names in the X.509 certificate."],["The class has two constructors, a default constructor `SubjectConfig()` and another that takes another `SubjectConfig` object as a parameter, `SubjectConfig(CertificateConfig.Types.SubjectConfig other)`."]]],[]]