Class: Google::Cloud::Iap::V1::GetIapSettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iap/v1/service.rb

Overview

The request sent to GetIapSettings.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name for which to retrieve the settings. Authorization: Requires the getSettings permission for the associated resource.

Returns:

  • (::String)

    Required. The resource name for which to retrieve the settings. Authorization: Requires the getSettings permission for the associated resource.



143
144
145
146
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 143

class GetIapSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end