pub struct CheckPermissionResponse {
pub checked_at: Option<ZedToken>,
pub permissionship: i32,
pub partial_caveat_info: Option<PartialCaveatInfo>,
pub debug_trace: Option<DebugInformation>,
pub optional_expires_at: Option<Timestamp>,
}Fields§
§checked_at: Option<ZedToken>§permissionship: i32Permissionship communicates whether or not the subject has the requested permission or has a relationship with the given resource, over the given relation.
This value will be authzed.api.v1.PERMISSIONSHIP_HAS_PERMISSION if the requested subject is a member of the computed permission set or there exists a relationship with the requested relation from the given resource to the given subject.
partial_caveat_info: Option<PartialCaveatInfo>partial_caveat_info holds information of a partially-evaluated caveated response
debug_trace: Option<DebugInformation>debug_trace is the debugging trace of this check, if requested.
optional_expires_at: Option<Timestamp>optional_expires_at is the time at which at least one of the relationships used to compute this result, expires (if any). This is not related to the caching window.
Implementations§
Source§impl CheckPermissionResponse
impl CheckPermissionResponse
Sourcepub fn permissionship(&self) -> Permissionship
pub fn permissionship(&self) -> Permissionship
Returns the enum value of permissionship, or the default if the field is set to an invalid enum value.
Sourcepub fn set_permissionship(&mut self, value: Permissionship)
pub fn set_permissionship(&mut self, value: Permissionship)
Sets permissionship to the provided enum value.
Trait Implementations§
Source§impl Clone for CheckPermissionResponse
impl Clone for CheckPermissionResponse
Source§fn clone(&self) -> CheckPermissionResponse
fn clone(&self) -> CheckPermissionResponse
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for CheckPermissionResponse
impl Debug for CheckPermissionResponse
Source§impl Default for CheckPermissionResponse
impl Default for CheckPermissionResponse
Source§impl Message for CheckPermissionResponse
impl Message for CheckPermissionResponse
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for CheckPermissionResponse
impl PartialEq for CheckPermissionResponse
impl StructuralPartialEq for CheckPermissionResponse
Auto Trait Implementations§
impl Freeze for CheckPermissionResponse
impl RefUnwindSafe for CheckPermissionResponse
impl Send for CheckPermissionResponse
impl Sync for CheckPermissionResponse
impl Unpin for CheckPermissionResponse
impl UnwindSafe for CheckPermissionResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request