pub struct ClaimableRotationJobResponseModel {
pub object: Option<String>,
pub job_id: Option<Uuid>,
pub source: Option<PamRotationSource>,
pub next_claimable_at: Option<String>,
pub expires_at: Option<String>,
pub target_system_id: Option<Uuid>,
}Expand description
ClaimableRotationJobResponseModel : A single claimable rotation job, as an access connector’s
poll (GET access-connectors/rotation/jobs) sees it – the candidate set spec ClaimRotation
claims from.
Bit.Services.Pam.AccessConnector.Rotation.Api.Models.Response.ClaimableRotationJobResponseModel.
TargetSystemId comes from the config the poll query already joins for its eligibility check,
since the job row itself carries only RotationConfigId.
Fields§
§object: Option<String>§job_id: Option<Uuid>The rotation job’s unique identifier – the id a claim is placed against.
source: Option<PamRotationSource>§next_claimable_at: Option<String>The earliest time the job can be claimed (UTC). Pushed out on retry (backoff) or release.
expires_at: Option<String>When the job times out if no attempt has succeeded by then (UTC).
target_system_id: Option<Uuid>The target system the job’s rotation runs against.
Implementations§
Source§impl ClaimableRotationJobResponseModel
impl ClaimableRotationJobResponseModel
Sourcepub fn new() -> ClaimableRotationJobResponseModel
pub fn new() -> ClaimableRotationJobResponseModel
A single claimable rotation job, as an access connector’s poll (GET access-connectors/rotation/jobs) sees it – the candidate set spec ClaimRotation claims
from. Bit.Services.Pam.AccessConnector.Rotation.Api.Models.Response.
ClaimableRotationJobResponseModel.TargetSystemId comes from the config the poll query
already joins for its eligibility check, since the job row itself carries only
RotationConfigId.
Trait Implementations§
Source§impl Clone for ClaimableRotationJobResponseModel
impl Clone for ClaimableRotationJobResponseModel
Source§fn clone(&self) -> ClaimableRotationJobResponseModel
fn clone(&self) -> ClaimableRotationJobResponseModel
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for ClaimableRotationJobResponseModel
impl Default for ClaimableRotationJobResponseModel
Source§fn default() -> ClaimableRotationJobResponseModel
fn default() -> ClaimableRotationJobResponseModel
Source§impl<'de> Deserialize<'de> for ClaimableRotationJobResponseModel
impl<'de> Deserialize<'de> for ClaimableRotationJobResponseModel
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>,
impl StructuralPartialEq for ClaimableRotationJobResponseModel
Auto Trait Implementations§
impl Freeze for ClaimableRotationJobResponseModel
impl RefUnwindSafe for ClaimableRotationJobResponseModel
impl Send for ClaimableRotationJobResponseModel
impl Sync for ClaimableRotationJobResponseModel
impl Unpin for ClaimableRotationJobResponseModel
impl UnsafeUnpin for ClaimableRotationJobResponseModel
impl UnwindSafe for ClaimableRotationJobResponseModel
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<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
§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