Struct gapi_grpc::google::cloud::security::privateca::v1::X509Parameters[][src]

pub struct X509Parameters {
    pub key_usage: Option<KeyUsage>,
    pub ca_options: Option<CaOptions>,
    pub policy_ids: Vec<ObjectId>,
    pub aia_ocsp_servers: Vec<String>,
    pub additional_extensions: Vec<X509Extension>,
}

An [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] is used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions.

Fields

key_usage: Option<KeyUsage>

Optional. Indicates the intended use for keys that correspond to a certificate.

ca_options: Option<CaOptions>

Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA certificate.

policy_ids: Vec<ObjectId>

Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.

aia_ocsp_servers: Vec<String>

Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the “Authority Information Access” extension in the certificate.

additional_extensions: Vec<X509Extension>

Optional. Describes custom X.509 extensions.

Trait Implementations

impl Clone for X509Parameters[src]

impl Debug for X509Parameters[src]

impl Default for X509Parameters[src]

impl Message for X509Parameters[src]

impl PartialEq<X509Parameters> for X509Parameters[src]

impl StructuralPartialEq for X509Parameters[src]

Auto Trait Implementations

impl RefUnwindSafe for X509Parameters

impl Send for X509Parameters

impl Sync for X509Parameters

impl Unpin for X509Parameters

impl UnwindSafe for X509Parameters

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]