Class: Aws::SecurityHub::Types::JiraCloudDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::JiraCloudDetail
 
 
- Defined in:
 - gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
 
Overview
Information about the configuration and status of a Jira Cloud integration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auth_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the authorization between Jira Cloud and the service.
 - 
  
    
      #auth_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL to provide to customers for OAuth auth code flow.
 - 
  
    
      #cloud_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cloud id of the Jira Cloud.
 - 
  
    
      #domain  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL domain of your Jira Cloud instance.
 - 
  
    
      #project_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The projectKey of Jira Cloud.
 
Instance Attribute Details
#auth_status ⇒ String
The status of the authorization between Jira Cloud and the service.
      26639 26640 26641 26642 26643 26644 26645 26646 26647  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26639 class JiraCloudDetail < Struct.new( :cloud_id, :project_key, :domain, :auth_url, :auth_status) SENSITIVE = [] include Aws::Structure end  | 
  
#auth_url ⇒ String
The URL to provide to customers for OAuth auth code flow.
      26639 26640 26641 26642 26643 26644 26645 26646 26647  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26639 class JiraCloudDetail < Struct.new( :cloud_id, :project_key, :domain, :auth_url, :auth_status) SENSITIVE = [] include Aws::Structure end  | 
  
#cloud_id ⇒ String
The cloud id of the Jira Cloud.
      26639 26640 26641 26642 26643 26644 26645 26646 26647  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26639 class JiraCloudDetail < Struct.new( :cloud_id, :project_key, :domain, :auth_url, :auth_status) SENSITIVE = [] include Aws::Structure end  | 
  
#domain ⇒ String
The URL domain of your Jira Cloud instance.
      26639 26640 26641 26642 26643 26644 26645 26646 26647  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26639 class JiraCloudDetail < Struct.new( :cloud_id, :project_key, :domain, :auth_url, :auth_status) SENSITIVE = [] include Aws::Structure end  | 
  
#project_key ⇒ String
The projectKey of Jira Cloud.
      26639 26640 26641 26642 26643 26644 26645 26646 26647  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26639 class JiraCloudDetail < Struct.new( :cloud_id, :project_key, :domain, :auth_url, :auth_status) SENSITIVE = [] include Aws::Structure end  |