pub struct PamRotationAttemptResponseModel {
pub id: Option<Uuid>,
pub job_id: Option<Uuid>,
pub claimed_by_access_connector_id: Option<Uuid>,
pub cipher_updated: Option<bool>,
pub status: Option<PamRotationAttemptStatus>,
pub failure_reason: Option<String>,
pub sync_state: Option<PamRotationSyncState>,
pub session_termination: Option<PamSessionTerminationOutcome>,
pub creation_date: Option<String>,
pub resolved_date: Option<String>,
}Expand description
PamRotationAttemptResponseModel : One access connector’s try at executing a rotation job. An element of Bit.Services.Pam.AccessConnector.Rotation.Api.Models.Response.PamRotationJobResponseModel. Attempts.
Fields§
§id: Option<Uuid>The attempt’s unique identifier.
job_id: Option<Uuid>The rotation job this attempt was made against.
claimed_by_access_connector_id: Option<Uuid>The access connector that executed this attempt, fixed for the attempt’s lifetime.
cipher_updated: Option<bool>Whether the access connector wrote the rotated secret back to the cipher.
status: Option<PamRotationAttemptStatus>§failure_reason: Option<String>Why the attempt failed – the access connector’s error code and its optional detail, combined. Null unless Bit.Services.Pam.AccessConnector.Rotation.Api.Models.Response. PamRotationAttemptResponseModel.Status is Bit.Pam.Enums.PamRotationAttemptStatus.Errored.
sync_state: Option<PamRotationSyncState>§session_termination: Option<PamSessionTerminationOutcome>§creation_date: Option<String>When the attempt was created, at claim time (UTC).
resolved_date: Option<String>When the attempt reached a terminal status (UTC). Null while it is still executing.
Implementations§
Source§impl PamRotationAttemptResponseModel
impl PamRotationAttemptResponseModel
Sourcepub fn new() -> PamRotationAttemptResponseModel
pub fn new() -> PamRotationAttemptResponseModel
One access connector’s try at executing a rotation job. An element of Bit.Services.Pam.AccessConnector.Rotation.Api.Models.Response.PamRotationJobResponseModel. Attempts.
Trait Implementations§
Source§impl Clone for PamRotationAttemptResponseModel
impl Clone for PamRotationAttemptResponseModel
Source§fn clone(&self) -> PamRotationAttemptResponseModel
fn clone(&self) -> PamRotationAttemptResponseModel
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 PamRotationAttemptResponseModel
impl Default for PamRotationAttemptResponseModel
Source§fn default() -> PamRotationAttemptResponseModel
fn default() -> PamRotationAttemptResponseModel
Source§impl<'de> Deserialize<'de> for PamRotationAttemptResponseModel
impl<'de> Deserialize<'de> for PamRotationAttemptResponseModel
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 PamRotationAttemptResponseModel
Auto Trait Implementations§
impl Freeze for PamRotationAttemptResponseModel
impl RefUnwindSafe for PamRotationAttemptResponseModel
impl Send for PamRotationAttemptResponseModel
impl Sync for PamRotationAttemptResponseModel
impl Unpin for PamRotationAttemptResponseModel
impl UnsafeUnpin for PamRotationAttemptResponseModel
impl UnwindSafe for PamRotationAttemptResponseModel
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