Class: Google::Apis::LookerV1::AdminSettings
- Inherits:
-
Object
- Object
- Google::Apis::LookerV1::AdminSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/looker_v1/classes.rb,
lib/google/apis/looker_v1/representations.rb,
lib/google/apis/looker_v1/representations.rb
Overview
Looker instance Admin settings fields.
Instance Attribute Summary collapse
-
#allowed_email_domains ⇒ Array<String>
Email domain allowlist for the instance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AdminSettings
constructor
A new instance of AdminSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AdminSettings
Returns a new instance of AdminSettings.
34 35 36 |
# File 'lib/google/apis/looker_v1/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allowed_email_domains ⇒ Array<String>
Email domain allowlist for the instance.
Corresponds to the JSON property allowedEmailDomains
32 33 34 |
# File 'lib/google/apis/looker_v1/classes.rb', line 32 def allowed_email_domains @allowed_email_domains end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'lib/google/apis/looker_v1/classes.rb', line 39 def update!(**args) @allowed_email_domains = args[:allowed_email_domains] if args.key?(:allowed_email_domains) end |