Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo.



1904
1905
1906
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1904

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#output_typeString

Optional. The delegated user's information. Corresponds to the JSON property outputType

Returns:

  • (String)


1902
1903
1904
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1902

def output_type
  @output_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1909
1910
1911
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1909

def update!(**args)
  @output_type = args[:output_type] if args.key?(:output_type)
end