#[repr(i32)]pub enum AllowAccessState {
Unspecified = 0,
Granted = 1,
NotGranted = 2,
UnknownConditional = 3,
UnknownInfo = 4,
}
Expand description
Whether IAM allow policies gives the principal the permission.
Variants§
Unspecified = 0
Not specified.
Granted = 1
The allow policy gives the principal the permission.
NotGranted = 2
The allow policy doesn’t give the principal the permission.
UnknownConditional = 3
The allow policy gives the principal the permission if a condition
expression evaluate to true
. However, the sender of the request didn’t
provide enough context for Policy Troubleshooter to evaluate the condition
expression.
UnknownInfo = 4
The sender of the request doesn’t have access to all of the allow policies that Policy Troubleshooter needs to evaluate the principal’s access.
Implementations§
source§impl AllowAccessState
impl AllowAccessState
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for AllowAccessState
impl Clone for AllowAccessState
source§fn clone(&self) -> AllowAccessState
fn clone(&self) -> AllowAccessState
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AllowAccessState
impl Debug for AllowAccessState
source§impl Default for AllowAccessState
impl Default for AllowAccessState
source§fn default() -> AllowAccessState
fn default() -> AllowAccessState
source§impl From<AllowAccessState> for i32
impl From<AllowAccessState> for i32
source§fn from(value: AllowAccessState) -> i32
fn from(value: AllowAccessState) -> i32
source§impl Hash for AllowAccessState
impl Hash for AllowAccessState
source§impl Ord for AllowAccessState
impl Ord for AllowAccessState
source§fn cmp(&self, other: &AllowAccessState) -> Ordering
fn cmp(&self, other: &AllowAccessState) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for AllowAccessState
impl PartialEq for AllowAccessState
source§fn eq(&self, other: &AllowAccessState) -> bool
fn eq(&self, other: &AllowAccessState) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AllowAccessState
impl PartialOrd for AllowAccessState
source§fn partial_cmp(&self, other: &AllowAccessState) -> Option<Ordering>
fn partial_cmp(&self, other: &AllowAccessState) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for AllowAccessState
impl TryFrom<i32> for AllowAccessState
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<AllowAccessState, UnknownEnumValue>
fn try_from(value: i32) -> Result<AllowAccessState, UnknownEnumValue>
impl Copy for AllowAccessState
impl Eq for AllowAccessState
impl StructuralPartialEq for AllowAccessState
Auto Trait Implementations§
impl Freeze for AllowAccessState
impl RefUnwindSafe for AllowAccessState
impl Send for AllowAccessState
impl Sync for AllowAccessState
impl Unpin for AllowAccessState
impl UnwindSafe for AllowAccessState
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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