Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb
Overview
Contextual headers configuration.
Instance Attribute Summary collapse
-
#device_info ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo
The delegated device information configuration.
-
#dispatch_info ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo
The delegated dispatch information configuration.
-
#group_info ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo
The delegated group configuration details.
-
#output_type ⇒ String
Optional.
-
#user_info ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo
The configuration information for the delegated user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders.
2716 2717 2718 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2716 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device_info ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo
The delegated device information configuration.
Corresponds to the JSON property deviceInfo
2694 2695 2696 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2694 def device_info @device_info end |
#dispatch_info ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDispatchInfo
The delegated dispatch information configuration.
Corresponds to the JSON property dispatchInfo
2699 2700 2701 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2699 def dispatch_info @dispatch_info end |
#group_info ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo
The delegated group configuration details.
Corresponds to the JSON property groupInfo
2704 2705 2706 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2704 def group_info @group_info end |
#output_type ⇒ String
Optional. Default output type for all enabled headers.
Corresponds to the JSON property outputType
2709 2710 2711 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2709 def output_type @output_type end |
#user_info ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo
The configuration information for the delegated user.
Corresponds to the JSON property userInfo
2714 2715 2716 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2714 def user_info @user_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2721 2722 2723 2724 2725 2726 2727 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2721 def update!(**args) @device_info = args[:device_info] if args.key?(:device_info) @dispatch_info = args[:dispatch_info] if args.key?(:dispatch_info) @group_info = args[:group_info] if args.key?(:group_info) @output_type = args[:output_type] if args.key?(:output_type) @user_info = args[:user_info] if args.key?(:user_info) end |