pub struct GetAccountSasResult {
pub connection_string: Output<String>,
pub expiry: Output<String>,
pub https_only: Output<Option<bool>>,
pub id: Output<String>,
pub ip_addresses: Output<Option<String>>,
pub permissions: Output<GetAccountSasPermissions>,
pub resource_types: Output<GetAccountSasResourceTypes>,
pub sas: Output<String>,
pub services: Output<GetAccountSasServices>,
pub signed_version: Output<Option<String>>,
pub start: Output<String>,
}
Fields§
§connection_string: Output<String>
§expiry: Output<String>
§https_only: Output<Option<bool>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
ip_addresses: Output<Option<String>>
§permissions: Output<GetAccountSasPermissions>
§resource_types: Output<GetAccountSasResourceTypes>
§sas: Output<String>
The computed Account Shared Access Signature (SAS).
services: Output<GetAccountSasServices>
§signed_version: Output<Option<String>>
§start: Output<String>
Auto Trait Implementations§
impl Freeze for GetAccountSasResult
impl RefUnwindSafe for GetAccountSasResult
impl Send for GetAccountSasResult
impl Sync for GetAccountSasResult
impl Unpin for GetAccountSasResult
impl UnwindSafe for GetAccountSasResult
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