Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo

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

The delegated group configuration details.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo.



2777
2778
2779
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2777

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

Instance Attribute Details

#output_typeString

Optional. The output type of the delegated group information. Corresponds to the JSON property outputType

Returns:

  • (String)


2775
2776
2777
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2775

def output_type
  @output_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2782
2783
2784
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2782

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