Class: Aws::SecurityHub::Types::JiraCloudDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auth_statusString

The status of the authorization between Jira Cloud and the service.

Returns:

  • (String)


26622
26623
26624
26625
26626
26627
26628
26629
26630
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26622

class JiraCloudDetail < Struct.new(
  :cloud_id,
  :project_key,
  :domain,
  :auth_url,
  :auth_status)
  SENSITIVE = []
  include Aws::Structure
end

#auth_urlString

The URL to provide to customers for OAuth auth code flow.

Returns:

  • (String)


26622
26623
26624
26625
26626
26627
26628
26629
26630
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26622

class JiraCloudDetail < Struct.new(
  :cloud_id,
  :project_key,
  :domain,
  :auth_url,
  :auth_status)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_idString

The cloud id of the Jira Cloud.

Returns:

  • (String)


26622
26623
26624
26625
26626
26627
26628
26629
26630
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26622

class JiraCloudDetail < Struct.new(
  :cloud_id,
  :project_key,
  :domain,
  :auth_url,
  :auth_status)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The URL domain of your Jira Cloud instance.

Returns:

  • (String)


26622
26623
26624
26625
26626
26627
26628
26629
26630
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26622

class JiraCloudDetail < Struct.new(
  :cloud_id,
  :project_key,
  :domain,
  :auth_url,
  :auth_status)
  SENSITIVE = []
  include Aws::Structure
end

#project_keyString

The projectKey of Jira Cloud.

Returns:

  • (String)


26622
26623
26624
26625
26626
26627
26628
26629
26630
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26622

class JiraCloudDetail < Struct.new(
  :cloud_id,
  :project_key,
  :domain,
  :auth_url,
  :auth_status)
  SENSITIVE = []
  include Aws::Structure
end