pub struct GetEncryptionScopeResult {
pub id: Output<String>,
pub key_vault_key_id: Output<String>,
pub name: Output<String>,
pub source: Output<String>,
pub storage_account_id: Output<String>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
key_vault_key_id: Output<String>
The ID of the Key Vault Key.
name: Output<String>
§source: Output<String>
The source of the Storage Encryption Scope.
storage_account_id: Output<String>
Auto Trait Implementations§
impl Freeze for GetEncryptionScopeResult
impl RefUnwindSafe for GetEncryptionScopeResult
impl Send for GetEncryptionScopeResult
impl Sync for GetEncryptionScopeResult
impl Unpin for GetEncryptionScopeResult
impl UnwindSafe for GetEncryptionScopeResult
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