Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders

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

Instance Method Summary collapse

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_infoGoogle::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_infoGoogle::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_infoGoogle::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_typeString

Optional. Default output type for all enabled headers. Corresponds to the JSON property outputType

Returns:

  • (String)


2709
2710
2711
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2709

def output_type
  @output_type
end

#user_infoGoogle::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
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