Skip to content

Commit

Permalink
Add comments on iam_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Dec 3, 2019
1 parent 2fb5b25 commit 7622b8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/resource/iam_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ class IamPolicy < Api::Object
# How the API supports IAM conditions
attr_reader :iam_conditions_request_type

# Just cloud run things
# Allows us to override the base_url of the resource. This is required for Cloud Run as the
# IAM resources use an entirely different base URL from the actual resource
attr_reader :base_url_override

# Allows us to override the import format of the resource. Useful for Cloud Run where we need
# variables that are outside of the base_url qualifiers.
attr_reader :import_format_override

def validate
Expand Down

0 comments on commit 7622b8f

Please sign in to comment.