Struct gapi_grpc::google::cloud::security::privateca::v1beta1::certificate_config::SubjectConfig[][src]

pub struct SubjectConfig {
    pub subject: Option<Subject>,
    pub common_name: String,
    pub subject_alt_name: Option<SubjectAltNames>,
}

These values are used to create the distinguished name and subject alternative name fields in an X.509 certificate.

Fields

subject: Option<Subject>

Required. Contains distinguished name fields such as the location and organization.

common_name: String

Optional. The “common name” of the distinguished name.

subject_alt_name: Option<SubjectAltNames>

Optional. The subject alternative name fields.

Trait Implementations

impl Clone for SubjectConfig[src]

impl Debug for SubjectConfig[src]

impl Default for SubjectConfig[src]

impl Message for SubjectConfig[src]

impl PartialEq<SubjectConfig> for SubjectConfig[src]

impl StructuralPartialEq for SubjectConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for SubjectConfig

impl Send for SubjectConfig

impl Sync for SubjectConfig

impl Unpin for SubjectConfig

impl UnwindSafe for SubjectConfig

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]