pub struct BucketIAMPolicyResult {
pub bucket: Output<String>,
pub etag: Output<String>,
pub policy_data: Output<String>,
}
Fields§
§bucket: Output<String>
Used to find the parent resource to bind the IAM policy to
etag: Output<String>
(Computed) The etag of the IAM policy.
policy_data: Output<String>
The policy data generated by
a gcp.organizations.getIAMPolicy
data source.
Auto Trait Implementations§
impl Freeze for BucketIAMPolicyResult
impl RefUnwindSafe for BucketIAMPolicyResult
impl Send for BucketIAMPolicyResult
impl Sync for BucketIAMPolicyResult
impl Unpin for BucketIAMPolicyResult
impl UnwindSafe for BucketIAMPolicyResult
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