pub struct BackendServiceSignedUrlKeyResult {
pub backend_service: Output<String>,
pub key_value: Output<String>,
pub name: Output<String>,
pub project: Output<String>,
}
Fields§
§backend_service: Output<String>
The backend service this signed URL key belongs.
key_value: Output<String>
128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url encoded string. Note: This property is sensitive and will not be displayed in the plan.
name: Output<String>
Name of the signed URL key.
project: Output<String>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Auto Trait Implementations§
impl Freeze for BackendServiceSignedUrlKeyResult
impl RefUnwindSafe for BackendServiceSignedUrlKeyResult
impl Send for BackendServiceSignedUrlKeyResult
impl Sync for BackendServiceSignedUrlKeyResult
impl Unpin for BackendServiceSignedUrlKeyResult
impl UnwindSafe for BackendServiceSignedUrlKeyResult
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