Class: Google::Cloud::Iap::V1::AccessDeniedPageSettings

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

Overview

Custom content configuration for access denied page. IAP allows customers to define a custom URI to use as the error page when access is denied to users. If IAP prevents access to this page, the default IAP error page will be displayed instead.

Instance Attribute Summary collapse

Instance Attribute Details

#access_denied_page_uri::Google::Protobuf::StringValue

Returns The URI to be redirected to when access is denied.

Returns:



357
358
359
360
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 357

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

#generate_troubleshooting_uri::Google::Protobuf::BoolValue

Returns Whether to generate a troubleshooting URL on access denied events to this application.

Returns:



357
358
359
360
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 357

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

#remediation_token_generation_enabled::Google::Protobuf::BoolValue

Returns Whether to generate remediation token on access denied events to this application.

Returns:



357
358
359
360
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 357

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