The version of IAM policies to request. If a policy with a condition is requested
without setting this, the server will return an error. This must be set to a value of 3
to retrieve IAM policies containing conditions. This is to prevent client code that
isn't aware of IAM conditions from interpreting and modifying policies incorrectly.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `GetBucketIamPolicyOptions` class within the `Google.Cloud.Storage.V1` namespace, used for managing options in `GetBucketIamPolicy` operations."],["The latest version available for the `GetBucketIamPolicyOptions` class is 4.11.0, with a history of prior releases listed down to version 3.4.0."],["The `GetBucketIamPolicyOptions` class includes properties `RequestedPolicyVersion` (an integer that specifies the IAM policy version to request) and `UserProject` (a string that identifies the project to be billed)."],["This class inherits from the base `Object` class, including common methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `RequestedPolicyVersion` property must be set to 3 when retrieving IAM policies containing conditions, preventing misinterpretation or modification by unaware clients."]]],[]]