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 within the `Google.Cloud.Security.PrivateCA.V1` namespace, specifically focusing on version 2.0.0, which is part of the .NET API for Google Cloud Private Certificate Authority."],["The `IssuanceModes` class defines how `Certificates` can be requested from a `CaPool`, offering methods to specify allowable ways certificates can be requested."],["There are 15 different versions linked to this documentation page, ranging from version 3.9.0 as the latest to 1.0.0."],["`IssuanceModes` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors and two properties, `AllowConfigBasedIssuance`, that allows creation of `Certificates` by specifying `CertificateConfig` and `AllowCsrBasedIssuance`, that enables creating `Certificates` by specifying a CSR."]]],[]]