pub struct GetSnapshotIamPolicyResult {
pub etag: Output<String>,
pub id: Output<String>,
pub name: Output<String>,
pub policy_data: Output<String>,
pub project: Output<String>,
}
Fields§
§etag: Output<String>
(Computed) The etag of the IAM policy.
id: Output<String>
The provider-assigned unique ID for this managed resource.
name: Output<String>
§policy_data: Output<String>
(Required only by gcp.compute.SnapshotIamPolicy
) The policy data generated by
a gcp.organizations.getIAMPolicy
data source.
project: Output<String>
Auto Trait Implementations§
impl Freeze for GetSnapshotIamPolicyResult
impl RefUnwindSafe for GetSnapshotIamPolicyResult
impl Send for GetSnapshotIamPolicyResult
impl Sync for GetSnapshotIamPolicyResult
impl Unpin for GetSnapshotIamPolicyResult
impl UnwindSafe for GetSnapshotIamPolicyResult
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