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

pub struct ReusableConfig {
    pub name: String,
    pub values: Option<ReusableConfigValues>,
    pub description: String,
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
    pub labels: HashMap<String, String>,
}

A [ReusableConfig][google.cloud.security.privateca.v1beta1.ReusableConfig] refers to a managed [ReusableConfigValues][google.cloud.security.privateca.v1beta1.ReusableConfigValues]. Those, in turn, are 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

name: String

Output only. The resource path for this [ReusableConfig][google.cloud.security.privateca.v1beta1.ReusableConfig] in the format projects/*/locations/*/reusableConfigs/*.

values: Option<ReusableConfigValues>

Required. The config values.

description: String

Optional. A human-readable description of scenarios these ReusableConfigValues may be compatible with.

create_time: Option<Timestamp>

Output only. The time at which this [ReusableConfig][google.cloud.security.privateca.v1beta1.ReusableConfig] was created.

update_time: Option<Timestamp>

Output only. The time at which this [ReusableConfig][google.cloud.security.privateca.v1beta1.ReusableConfig] was updated.

labels: HashMap<String, String>

Optional. Labels with user-defined metadata.

Trait Implementations

impl Clone for ReusableConfig[src]

impl Debug for ReusableConfig[src]

impl Default for ReusableConfig[src]

impl Message for ReusableConfig[src]

impl PartialEq<ReusableConfig> for ReusableConfig[src]

impl StructuralPartialEq for ReusableConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for ReusableConfig

impl Send for ReusableConfig

impl Sync for ReusableConfig

impl Unpin for ReusableConfig

impl UnwindSafe for ReusableConfig

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]