Class: Aws::SecurityAgent::Types::GitHubIntegrationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::GitHubIntegrationInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input parameters for GitHub integration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
Authorization code from OAuth flow.
-
#organization_name ⇒ String
Name of the GitHub organization.
-
#state ⇒ String
CSRF state token for OAuth security.
Instance Attribute Details
#code ⇒ String
Authorization code from OAuth flow
1835 1836 1837 1838 1839 1840 1841 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1835 class GitHubIntegrationInput < Struct.new( :code, :state, :organization_name) SENSITIVE = [] include Aws::Structure end |
#organization_name ⇒ String
Name of the GitHub organization
1835 1836 1837 1838 1839 1840 1841 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1835 class GitHubIntegrationInput < Struct.new( :code, :state, :organization_name) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
CSRF state token for OAuth security
1835 1836 1837 1838 1839 1840 1841 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1835 class GitHubIntegrationInput < Struct.new( :code, :state, :organization_name) SENSITIVE = [] include Aws::Structure end |