pub enum AccessRequestStatus {
Pending,
Approved,
Activated,
Denied,
Canceled,
Expired,
Unknown,
}Expand description
The lifecycle state of an access request.
The automatic (no human approval) path moves Pending -> Approved -> Activated; the requester
activates the approved request to mint a lease. Denied, Canceled, and Expired are terminal
states in which no lease exists.
Variants§
Pending
Awaiting a decision (or, on the automatic path, awaiting the server’s auto-approval).
Approved
Approved but not yet activated; the requester may activate it to mint a lease.
Activated
Activated - a lease has been minted from this request.
Denied
Denied by an approver; terminal.
Canceled
Cancelled by the requester before resolution; terminal.
Expired
Approved but lapsed before the requester activated it; terminal.
Unknown
A status value this SDK version does not recognize. Kept as a distinct variant so listing requests never fails on a newer server’s status.
Trait Implementations§
Source§impl Clone for AccessRequestStatus
impl Clone for AccessRequestStatus
Source§fn clone(&self) -> AccessRequestStatus
fn clone(&self) -> AccessRequestStatus
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for AccessRequestStatus
impl Debug for AccessRequestStatus
Source§impl<'de> Deserialize<'de> for AccessRequestStatus
impl<'de> Deserialize<'de> for AccessRequestStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl From<AccessRequestStatus> for AccessRequestStatus
impl From<AccessRequestStatus> for AccessRequestStatus
Source§impl From<AccessRequestStatus> for JsValuewhere
AccessRequestStatus: Serialize,
impl From<AccessRequestStatus> for JsValuewhere
AccessRequestStatus: Serialize,
Source§fn from(value: AccessRequestStatus) -> Self
fn from(value: AccessRequestStatus) -> Self
Source§impl FromWasmAbi for AccessRequestStatuswhere
Self: DeserializeOwned,
impl FromWasmAbi for AccessRequestStatuswhere
Self: DeserializeOwned,
Source§impl IntoWasmAbi for &AccessRequestStatuswhere
AccessRequestStatus: Serialize,
impl IntoWasmAbi for &AccessRequestStatuswhere
AccessRequestStatus: Serialize,
Source§impl IntoWasmAbi for AccessRequestStatuswhere
AccessRequestStatus: Serialize,
impl IntoWasmAbi for AccessRequestStatuswhere
AccessRequestStatus: Serialize,
Source§impl OptionFromWasmAbi for AccessRequestStatuswhere
Self: DeserializeOwned,
impl OptionFromWasmAbi for AccessRequestStatuswhere
Self: DeserializeOwned,
Source§impl OptionIntoWasmAbi for AccessRequestStatuswhere
AccessRequestStatus: Serialize,
impl OptionIntoWasmAbi for AccessRequestStatuswhere
AccessRequestStatus: Serialize,
Source§impl PartialEq for AccessRequestStatus
impl PartialEq for AccessRequestStatus
Source§impl RefFromWasmAbi for AccessRequestStatuswhere
Self: DeserializeOwned,
impl RefFromWasmAbi for AccessRequestStatuswhere
Self: DeserializeOwned,
Source§type Abi = <JsType as RefFromWasmAbi>::Abi
type Abi = <JsType as RefFromWasmAbi>::Abi
Self are recovered from.Source§type Anchor = SelfOwner<AccessRequestStatus>
type Anchor = SelfOwner<AccessRequestStatus>
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl Serialize for AccessRequestStatus
impl Serialize for AccessRequestStatus
Source§impl Tsify for AccessRequestStatus
impl Tsify for AccessRequestStatus
const DECL: &'static str = "/**\n * The lifecycle state of an access request.\n *\n * The automatic (no human approval) path moves `Pending -> Approved -> Activated`; the requester\n * activates the approved request to mint a lease. `Denied`, `Canceled`, and `Expired` are terminal\n * states in which no lease exists.\n */\nexport type AccessRequestStatus = \"pending\" | \"approved\" | \"activated\" | \"denied\" | \"canceled\" | \"expired\" | \"unknown\";"
const SERIALIZATION_CONFIG: SerializationConfig
type JsType = JsType
fn into_js(&self) -> Result<Self::JsType, Error>where
Self: Serialize,
fn from_js<T>(js: T) -> Result<Self, Error>
Source§impl VectorFromWasmAbi for AccessRequestStatuswhere
Self: DeserializeOwned,
impl VectorFromWasmAbi for AccessRequestStatuswhere
Self: DeserializeOwned,
type Abi = <JsType as VectorFromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Self]>
Source§impl VectorIntoWasmAbi for AccessRequestStatuswhere
AccessRequestStatus: Serialize,
impl VectorIntoWasmAbi for AccessRequestStatuswhere
AccessRequestStatus: Serialize,
type Abi = <JsType as VectorIntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[Self]>) -> Self::Abi
Source§impl WasmDescribe for AccessRequestStatus
impl WasmDescribe for AccessRequestStatus
impl Copy for AccessRequestStatus
impl Eq for AccessRequestStatus
impl StructuralPartialEq for AccessRequestStatus
Auto Trait Implementations§
impl Freeze for AccessRequestStatus
impl RefUnwindSafe for AccessRequestStatus
impl Send for AccessRequestStatus
impl Sync for AccessRequestStatus
impl Unpin for AccessRequestStatus
impl UnsafeUnpin for AccessRequestStatus
impl UnwindSafe for AccessRequestStatus
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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,
§impl<T> CompatExt for T
impl<T> CompatExt for T
§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<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<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
§fn new_handle(value: Arc<T>) -> Handle
fn new_handle(value: Arc<T>) -> Handle
§unsafe fn clone_handle(handle: Handle) -> Handle
unsafe fn clone_handle(handle: Handle) -> Handle
§unsafe fn consume_handle(handle: Handle) -> Arc<T>
unsafe fn consume_handle(handle: Handle) -> Arc<T>
Arc<> Read more§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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.