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