public sealed class IssuanceModes : IMessage<CaPool.Types.IssuancePolicy.Types.IssuanceModes>, IEquatable<CaPool.Types.IssuancePolicy.Types.IssuanceModes>, IDeepCloneable<CaPool.Types.IssuancePolicy.Types.IssuanceModes>, IBufferMessage, IMessage
[IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] specifies the allowed ways in which
[Certificates][google.cloud.security.privateca.v1.Certificate] may be requested from this
[CaPool][google.cloud.security.privateca.v1.CaPool].
public bool AllowConfigBasedIssuance { get; set; }
Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
specifying a [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
[[["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 `IssuanceModes` class, which specifies the allowed methods for requesting certificates from a `CaPool` within the `Google.Cloud.Security.PrivateCA.V1` namespace."],["The `IssuanceModes` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with and be handled by Google's Protocol Buffers framework."],["The class has two constructors: a default constructor (`IssuanceModes()`) and a copy constructor (`IssuanceModes(CaPool.Types.IssuancePolicy.Types.IssuanceModes other)`) for creating new instances based on existing ones."],["Key properties of the `IssuanceModes` class include `AllowConfigBasedIssuance` and `AllowCsrBasedIssuance`, which are boolean properties that control whether certificates can be created by specifying a `CertificateConfig` or a CSR, respectively."],["The page contains information for multiple versions of the documentation, going from version 1.0.0 to the latest version, 3.9.0."]]],[]]