Module: GClouder::Resources::Project::IAMPolicyBinding::Binding
- Includes:
- GCloud
- Defined in:
- lib/gclouder/resources/project/iam_policy_binding.rb
Class Method Summary collapse
Methods included from GCloud
Methods included from Config::CLIArgs
check, #cli_args, cli_args, included, load, valid_resources
Methods included from Config::Project
Methods included from Helpers
#hash_to_args, included, #module_exists?, #to_arg, #to_deep_merge_hash, #valid_json?
Methods included from Logging
#add, #bad, #change, #debug, #error, #fatal, #good, included, #info, log, loggers, #remove, report, #resource_state, setup, #warn, #warning
Methods included from Shell
Class Method Details
.ensure(project_id, name, role) ⇒ Object
286 287 288 |
# File 'lib/gclouder/resources/project/iam_policy_binding.rb', line 286 def self.ensure(project_id, name, role) gcloud("projects add-iam-policy-binding #{project_id} --member='#{name}' --role='roles/#{role}'") end |