Struct gapi_grpc::google::cloud::security::privateca::v1beta1::reusable_config_values::CaOptions[][src]

pub struct CaOptions {
    pub is_ca: Option<bool>,
    pub max_issuer_path_length: Option<i32>,
}

Describes values that are relevant in a CA certificate.

Fields

is_ca: Option<bool>

Optional. Refers to the “CA” X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.

max_issuer_path_length: Option<i32>

Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.

Trait Implementations

impl Clone for CaOptions[src]

impl Debug for CaOptions[src]

impl Default for CaOptions[src]

impl Message for CaOptions[src]

impl PartialEq<CaOptions> for CaOptions[src]

impl StructuralPartialEq for CaOptions[src]

Auto Trait Implementations

impl RefUnwindSafe for CaOptions

impl Send for CaOptions

impl Sync for CaOptions

impl Unpin for CaOptions

impl UnwindSafe for CaOptions

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]