pub struct PermissionDecisionApproveForLocationApprovalExtensionManagement {
pub kind: PermissionDecisionApproveForLocationApprovalExtensionManagementKind,
pub operation: Option<String>,
}Expand description
Location-scoped approval details for extension-management operations, optionally narrowed by operation.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§kind: PermissionDecisionApproveForLocationApprovalExtensionManagementKindApproval covering extension lifecycle operations such as enable, disable, or reload.
operation: Option<String>Optional operation identifier; when omitted, the approval covers all extension management operations.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PermissionDecisionApproveForLocationApprovalExtensionManagement
impl<'de> Deserialize<'de> for PermissionDecisionApproveForLocationApprovalExtensionManagement
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>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PermissionDecisionApproveForLocationApprovalExtensionManagement
impl RefUnwindSafe for PermissionDecisionApproveForLocationApprovalExtensionManagement
impl Send for PermissionDecisionApproveForLocationApprovalExtensionManagement
impl Sync for PermissionDecisionApproveForLocationApprovalExtensionManagement
impl Unpin for PermissionDecisionApproveForLocationApprovalExtensionManagement
impl UnsafeUnpin for PermissionDecisionApproveForLocationApprovalExtensionManagement
impl UnwindSafe for PermissionDecisionApproveForLocationApprovalExtensionManagement
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