Class: Aws::SecurityHub::Types::ServiceNowProviderConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ServiceNowProviderConfiguration
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
The initial configuration settings required to establish an integration between Security Hub and ServiceNow ITSM.
Constant Summary collapse
- SENSITIVE =
[:client_secret]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The client ID of ServiceNow ITSM.
-
#client_secret ⇒ String
The client secret of ServiceNow ITSM.
-
#instance_name ⇒ String
The instance name of ServiceNow ITSM.
Instance Attribute Details
#client_id ⇒ String
The client ID of ServiceNow ITSM.
31002 31003 31004 31005 31006 31007 31008 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31002 class ServiceNowProviderConfiguration < Struct.new( :instance_name, :client_id, :client_secret) SENSITIVE = [:client_secret] include Aws::Structure end |
#client_secret ⇒ String
The client secret of ServiceNow ITSM.
31002 31003 31004 31005 31006 31007 31008 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31002 class ServiceNowProviderConfiguration < Struct.new( :instance_name, :client_id, :client_secret) SENSITIVE = [:client_secret] include Aws::Structure end |
#instance_name ⇒ String
The instance name of ServiceNow ITSM.
31002 31003 31004 31005 31006 31007 31008 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31002 class ServiceNowProviderConfiguration < Struct.new( :instance_name, :client_id, :client_secret) SENSITIVE = [:client_secret] include Aws::Structure end |