Struct gapi_grpc::google::cloud::security::privateca::v1::ca_pool::issuance_policy::IssuanceModes[][src]

pub struct IssuanceModes {
    pub allow_csr_based_issuance: bool,
    pub allow_config_based_issuance: bool,
}

[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].

Fields

allow_csr_based_issuance: bool

Required. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by specifying a CSR.

allow_config_based_issuance: bool

Required. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by specifying a [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].

Trait Implementations

impl Clone for IssuanceModes[src]

impl Debug for IssuanceModes[src]

impl Default for IssuanceModes[src]

impl Message for IssuanceModes[src]

impl PartialEq<IssuanceModes> for IssuanceModes[src]

impl StructuralPartialEq for IssuanceModes[src]

Auto Trait Implementations

impl RefUnwindSafe for IssuanceModes

impl Send for IssuanceModes

impl Sync for IssuanceModes

impl Unpin for IssuanceModes

impl UnwindSafe for IssuanceModes

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]