Class: Aws::SecurityHub::Types::ServiceNowDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ServiceNowDetail
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about a ServiceNow ITSM integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_status ⇒ String
The status of the authorization between Jira Cloud and the service.
-
#client_id ⇒ String
The clientId of ServiceNow ITSM.
-
#instance_name ⇒ String
The instanceName of ServiceNow ITSM.
Instance Attribute Details
#auth_status ⇒ String
The status of the authorization between Jira Cloud and the service.
31024 31025 31026 31027 31028 31029 31030 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31024 class ServiceNowDetail < Struct.new( :instance_name, :client_id, :auth_status) SENSITIVE = [] include Aws::Structure end |
#client_id ⇒ String
The clientId of ServiceNow ITSM.
31024 31025 31026 31027 31028 31029 31030 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31024 class ServiceNowDetail < Struct.new( :instance_name, :client_id, :auth_status) SENSITIVE = [] include Aws::Structure end |
#instance_name ⇒ String
The instanceName of ServiceNow ITSM.
31024 31025 31026 31027 31028 31029 31030 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31024 class ServiceNowDetail < Struct.new( :instance_name, :client_id, :auth_status) SENSITIVE = [] include Aws::Structure end |