pub struct GetDiskIamPolicyResult {
pub etag: Output<String>,
pub id: Output<String>,
pub name: Output<String>,
pub policy_data: Output<String>,
pub project: Output<String>,
pub zone: 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.DiskIamPolicy
) The policy data generated by
a gcp.organizations.getIAMPolicy
data source.
project: Output<String>
§zone: Output<String>
Auto Trait Implementations§
impl Freeze for GetDiskIamPolicyResult
impl RefUnwindSafe for GetDiskIamPolicyResult
impl Send for GetDiskIamPolicyResult
impl Sync for GetDiskIamPolicyResult
impl Unpin for GetDiskIamPolicyResult
impl UnwindSafe for GetDiskIamPolicyResult
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