Struct gapi_grpc::google::cloud::security::privateca::v1beta1::CertificateConfig[][src]

pub struct CertificateConfig {
    pub subject_config: Option<SubjectConfig>,
    pub reusable_config: Option<ReusableConfigWrapper>,
    pub public_key: Option<PublicKey>,
}

A [CertificateConfig][google.cloud.security.privateca.v1beta1.CertificateConfig] describes an X.509 certificate or CSR that is to be created, as an alternative to using ASN.1.

Fields

subject_config: Option<SubjectConfig>

Required. Specifies some of the values in a certificate that are related to the subject.

reusable_config: Option<ReusableConfigWrapper>

Required. Describes how some of the technical fields in a certificate should be populated.

public_key: Option<PublicKey>

Optional. The public key that corresponds to this config. This is, for example, used when issuing [Certificates][google.cloud.security.privateca.v1beta1.Certificate], but not when creating a self-signed [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] CSR.

Trait Implementations

impl Clone for CertificateConfig[src]

impl Debug for CertificateConfig[src]

impl Default for CertificateConfig[src]

impl Message for CertificateConfig[src]

impl PartialEq<CertificateConfig> for CertificateConfig[src]

impl StructuralPartialEq for CertificateConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for CertificateConfig

impl Send for CertificateConfig

impl Sync for CertificateConfig

impl Unpin for CertificateConfig

impl UnwindSafe for CertificateConfig

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]