Class: Google::Cloud::Iap::V1::ApplicationSettings

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

Overview

Wrapper over application specific settings for IAP.

Instance Attribute Summary collapse

Instance Attribute Details

#access_denied_page_settings::Google::Cloud::Iap::V1::AccessDeniedPageSettings

Returns Customization for Access Denied page.

Returns:



324
325
326
327
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 324

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

#attribute_propagation_settings::Google::Cloud::Iap::V1::AttributePropagationSettings

Returns Settings to configure attribute propagation.

Returns:



324
325
326
327
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 324

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

Returns The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.

Returns:

  • (::Google::Protobuf::StringValue)

    The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.



324
325
326
327
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 324

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

#csm_settings::Google::Cloud::Iap::V1::CsmSettings

Returns Settings to configure IAP's behavior for a service mesh.

Returns:



324
325
326
327
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 324

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