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.
-
#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.
2703 2704 2705 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2703 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
2686 2687 2688 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2686 def device_info @device_info end |
#group_info ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo
The delegated group configuration details.
Corresponds to the JSON property groupInfo
2691 2692 2693 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2691 def group_info @group_info end |
#output_type ⇒ String
Optional. Default output type for all enabled headers.
Corresponds to the JSON property outputType
2696 2697 2698 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2696 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
2701 2702 2703 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2701 def user_info @user_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2708 2709 2710 2711 2712 2713 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2708 def update!(**args) @device_info = args[:device_info] if args.key?(:device_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 |