Send feedback Class Iam (7.16.0) Stay organized with collections Save and categorize content based on your preferences. Version latestkeyboard_arrow_down Package @google-cloud/storage Example
const { Storage } = require ( '@google-cloud/storage ' ); const storage = new Storage (); const bucket = storage . bucket ( 'my-bucket' ); // bucket.iam Constructors (constructor)(bucket)
constructor ( bucket : Bucket ); Constructs a new instance of theIam class
Parameter Name Description bucketBucket
Methods getPolicy(options)
getPolicy ( options ?: GetPolicyOptions ) : Promise<GetPolicyResponse> ; getPolicy(options, callback)
getPolicy ( options : GetPolicyOptions , callback : GetPolicyCallback ) : void ; Returns Type Description void
getPolicy(callback)
getPolicy ( callback : GetPolicyCallback ) : void ; Returns Type Description void
setPolicy(policy, options)
setPolicy ( policy : Policy , options ?: SetPolicyOptions ) : Promise<SetPolicyResponse> ; setPolicy(policy, callback)
setPolicy ( policy : Policy , callback : SetPolicyCallback ) : void ; Returns Type Description void
setPolicy(policy, options, callback)
setPolicy ( policy : Policy , options : SetPolicyOptions , callback : SetPolicyCallback ) : void ; Returns Type Description void
testPermissions(permissions, options)
testPermissions ( permissions : string | string [], options ?: TestIamPermissionsOptions ) : Promise<TestIamPermissionsResponse> ; testPermissions(permissions, callback)
testPermissions ( permissions : string | string [], callback : TestIamPermissionsCallback ) : void ; Returns Type Description void
testPermissions(permissions, options, callback)
testPermissions ( permissions : string | string [], options : TestIamPermissionsOptions , callback : TestIamPermissionsCallback ) : void ; Returns Type Description void
Send feedback
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License , and code samples are licensed under theApache 2.0 License . For details, see theGoogle Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.
Need to tell us more? [[["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-10-30 UTC."],[],[]]