Struct gapi_grpc::google::container::v1beta1::GetJsonWebKeysRequest [−][src]
GetJSONWebKeysRequest gets the public component of the keys used by the cluster to sign token requests. This will be the jwks_uri for the discover document returned by getOpenIDConfig. See the OpenID Connect Discovery 1.0 specification for details.
Fields
parent: String
The cluster (project, location, cluster id) to get keys for. Specified in
the format projects/*/locations/*/clusters/*
.
Trait Implementations
impl Clone for GetJsonWebKeysRequest
[src][+]
impl Debug for GetJsonWebKeysRequest
[src][+]
impl Default for GetJsonWebKeysRequest
[src][+]
impl Message for GetJsonWebKeysRequest
[src][+]
impl PartialEq<GetJsonWebKeysRequest> for GetJsonWebKeysRequest
[src][+]
impl StructuralPartialEq for GetJsonWebKeysRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for GetJsonWebKeysRequest
impl Send for GetJsonWebKeysRequest
impl Sync for GetJsonWebKeysRequest
impl Unpin for GetJsonWebKeysRequest
impl UnwindSafe for GetJsonWebKeysRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,