Struct gapi_grpc::google::cloud::security::privateca::v1::certificate_authority::AccessUrls[][src]

pub struct AccessUrls {
    pub ca_certificate_access_url: String,
    pub crl_access_urls: Vec<String>,
}

URLs where a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will publish content.

Fields

ca_certificate_access_url: String

The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]’s CA certificate is published. This will only be set for CAs that have been activated.

crl_access_urls: Vec<String>

The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]’s CRLs are published. This will only be set for CAs that have been activated.

Trait Implementations

impl Clone for AccessUrls[src]

impl Debug for AccessUrls[src]

impl Default for AccessUrls[src]

impl Message for AccessUrls[src]

impl PartialEq<AccessUrls> for AccessUrls[src]

impl StructuralPartialEq for AccessUrls[src]

Auto Trait Implementations

impl RefUnwindSafe for AccessUrls

impl Send for AccessUrls

impl Sync for AccessUrls

impl Unpin for AccessUrls

impl UnwindSafe for AccessUrls

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]