Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1/classes.rb,
lib/google/apis/beyondcorp_v1/representations.rb,
lib/google/apis/beyondcorp_v1/representations.rb
Overview
The configuration information for the delegated user.
Instance Attribute Summary collapse
-
#output_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo.
1929 1930 1931 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1929 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_type ⇒ String
Optional. The delegated user's information.
Corresponds to the JSON property outputType
1927 1928 1929 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1927 def output_type @output_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1934 1935 1936 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1934 def update!(**args) @output_type = args[:output_type] if args.key?(:output_type) end |