pub enum ScopeField {
Provider,
Service,
Endpoint,
Audience,
Account,
Tenant,
}Expand description
Authentication-scope field that failed policy validation.
Variants§
Provider
Provider namespace.
Service
Provider-owned service namespace.
Endpoint
Normalized endpoint identity.
Audience
Provider-owned audience.
Account
Provider-owned account.
Tenant
Provider-owned tenant.
Trait Implementations§
Source§impl Clone for ScopeField
impl Clone for ScopeField
Source§fn clone(&self) -> ScopeField
fn clone(&self) -> ScopeField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScopeField
Source§impl Debug for ScopeField
impl Debug for ScopeField
impl Eq for ScopeField
Source§impl PartialEq for ScopeField
impl PartialEq for ScopeField
impl StructuralPartialEq for ScopeField
Auto Trait Implementations§
impl Freeze for ScopeField
impl RefUnwindSafe for ScopeField
impl Send for ScopeField
impl Sync for ScopeField
impl Unpin for ScopeField
impl UnsafeUnpin for ScopeField
impl UnwindSafe for ScopeField
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
Mutably borrows from an owned value. Read more