Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 462 Bytes

GithubTargetDetails.md

File metadata and controls

22 lines (16 loc) · 462 Bytes

Akeyless::GithubTargetDetails

Properties

Name Type Description Notes
github_app_id Integer [optional]
github_app_private_key String [optional]
github_base_url String [optional]

Example

require 'akeyless'

instance = Akeyless::GithubTargetDetails.new(
  github_app_id: null,
  github_app_private_key: null,
  github_base_url: null
)