#[repr(u32)]pub enum BuiltinID {
Authly = 0,
PropEntity = 1,
PropAuthlyRole = 2,
AttrAuthlyRoleGetAccessToken = 3,
AttrAuthlyRoleAuthenticate = 4,
AttrAuthlyRoleApplyDocument = 5,
RelEntityMembership = 6,
PropUsername = 7,
PropEmail = 8,
PropPasswordHash = 9,
PropLabel = 10,
PropK8sServiceAccount = 11,
}Expand description
Builtin Object IDs
Variants§
Authly = 0
Id representing Authly itself
PropEntity = 1
The entity property
PropAuthlyRole = 2
The built-in authly:role for authly internal access control
AttrAuthlyRoleGetAccessToken = 3
A service role for getting an access token
AttrAuthlyRoleAuthenticate = 4
A service role for authenticating users
AttrAuthlyRoleApplyDocument = 5
A user role for applying documents
RelEntityMembership = 6
The entity membership relation
PropUsername = 7
The username ident property
PropEmail = 8
The email ident property
PropPasswordHash = 9
The password_hash text property
PropLabel = 10
The label text property
PropK8sServiceAccount = 11
The kubernetes service account name property.
The value format is {namespace}/{account_name}.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuiltinID
impl RefUnwindSafe for BuiltinID
impl Send for BuiltinID
impl Sync for BuiltinID
impl Unpin for BuiltinID
impl UnwindSafe for BuiltinID
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
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>
Wrap the input message
T in a tonic::Request