published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Github Target resource
Create TargetGithub Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TargetGithub(name: string, args?: TargetGithubArgs, opts?: CustomResourceOptions);@overload
def TargetGithub(resource_name: str,
args: Optional[TargetGithubArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def TargetGithub(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
github_app_id: Optional[float] = None,
github_app_private_key: Optional[str] = None,
github_base_url: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_github_id: Optional[str] = None)func NewTargetGithub(ctx *Context, name string, args *TargetGithubArgs, opts ...ResourceOption) (*TargetGithub, error)public TargetGithub(string name, TargetGithubArgs? args = null, CustomResourceOptions? opts = null)
public TargetGithub(String name, TargetGithubArgs args)
public TargetGithub(String name, TargetGithubArgs args, CustomResourceOptions options)
type: akeyless:TargetGithub
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TargetGithubArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TargetGithubArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TargetGithubArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetGithubArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetGithubArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var targetGithubResource = new Akeyless.TargetGithub("targetGithubResource", new()
{
Description = "string",
GithubAppId = 0,
GithubAppPrivateKey = "string",
GithubBaseUrl = "string",
KeepPrevVersion = "string",
Key = "string",
MaxVersions = "string",
Name = "string",
TargetGithubId = "string",
});
example, err := akeyless.NewTargetGithub(ctx, "targetGithubResource", &akeyless.TargetGithubArgs{
Description: pulumi.String("string"),
GithubAppId: pulumi.Float64(0),
GithubAppPrivateKey: pulumi.String("string"),
GithubBaseUrl: pulumi.String("string"),
KeepPrevVersion: pulumi.String("string"),
Key: pulumi.String("string"),
MaxVersions: pulumi.String("string"),
Name: pulumi.String("string"),
TargetGithubId: pulumi.String("string"),
})
var targetGithubResource = new TargetGithub("targetGithubResource", TargetGithubArgs.builder()
.description("string")
.githubAppId(0.0)
.githubAppPrivateKey("string")
.githubBaseUrl("string")
.keepPrevVersion("string")
.key("string")
.maxVersions("string")
.name("string")
.targetGithubId("string")
.build());
target_github_resource = akeyless.TargetGithub("targetGithubResource",
description="string",
github_app_id=float(0),
github_app_private_key="string",
github_base_url="string",
keep_prev_version="string",
key="string",
max_versions="string",
name="string",
target_github_id="string")
const targetGithubResource = new akeyless.TargetGithub("targetGithubResource", {
description: "string",
githubAppId: 0,
githubAppPrivateKey: "string",
githubBaseUrl: "string",
keepPrevVersion: "string",
key: "string",
maxVersions: "string",
name: "string",
targetGithubId: "string",
});
type: akeyless:TargetGithub
properties:
description: string
githubAppId: 0
githubAppPrivateKey: string
githubBaseUrl: string
keepPrevVersion: string
key: string
maxVersions: string
name: string
targetGithubId: string
TargetGithub Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TargetGithub resource accepts the following input properties:
- Description string
- Description of the object
- Github
App doubleId - Github application id
- Github
App stringPrivate Key - App private key
- Github
Base stringUrl - Base URL
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Name string
- Target name
- Target
Github stringId - The ID of this resource.
- Description string
- Description of the object
- Github
App float64Id - Github application id
- Github
App stringPrivate Key - App private key
- Github
Base stringUrl - Base URL
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Name string
- Target name
- Target
Github stringId - The ID of this resource.
- description String
- Description of the object
- github
App DoubleId - Github application id
- github
App StringPrivate Key - App private key
- github
Base StringUrl - Base URL
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- name String
- Target name
- target
Github StringId - The ID of this resource.
- description string
- Description of the object
- github
App numberId - Github application id
- github
App stringPrivate Key - App private key
- github
Base stringUrl - Base URL
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- name string
- Target name
- target
Github stringId - The ID of this resource.
- description str
- Description of the object
- github_
app_ floatid - Github application id
- github_
app_ strprivate_ key - App private key
- github_
base_ strurl - Base URL
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions str - Set the maximum number of versions, limited by the account settings defaults
- name str
- Target name
- target_
github_ strid - The ID of this resource.
- description String
- Description of the object
- github
App NumberId - Github application id
- github
App StringPrivate Key - App private key
- github
Base StringUrl - Base URL
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- name String
- Target name
- target
Github StringId - The ID of this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the TargetGithub resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing TargetGithub Resource
Get an existing TargetGithub resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TargetGithubState, opts?: CustomResourceOptions): TargetGithub@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
github_app_id: Optional[float] = None,
github_app_private_key: Optional[str] = None,
github_base_url: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_github_id: Optional[str] = None) -> TargetGithubfunc GetTargetGithub(ctx *Context, name string, id IDInput, state *TargetGithubState, opts ...ResourceOption) (*TargetGithub, error)public static TargetGithub Get(string name, Input<string> id, TargetGithubState? state, CustomResourceOptions? opts = null)public static TargetGithub get(String name, Output<String> id, TargetGithubState state, CustomResourceOptions options)resources: _: type: akeyless:TargetGithub get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- Description of the object
- Github
App doubleId - Github application id
- Github
App stringPrivate Key - App private key
- Github
Base stringUrl - Base URL
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Name string
- Target name
- Target
Github stringId - The ID of this resource.
- Description string
- Description of the object
- Github
App float64Id - Github application id
- Github
App stringPrivate Key - App private key
- Github
Base stringUrl - Base URL
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Name string
- Target name
- Target
Github stringId - The ID of this resource.
- description String
- Description of the object
- github
App DoubleId - Github application id
- github
App StringPrivate Key - App private key
- github
Base StringUrl - Base URL
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- name String
- Target name
- target
Github StringId - The ID of this resource.
- description string
- Description of the object
- github
App numberId - Github application id
- github
App stringPrivate Key - App private key
- github
Base stringUrl - Base URL
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- name string
- Target name
- target
Github stringId - The ID of this resource.
- description str
- Description of the object
- github_
app_ floatid - Github application id
- github_
app_ strprivate_ key - App private key
- github_
base_ strurl - Base URL
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions str - Set the maximum number of versions, limited by the account settings defaults
- name str
- Target name
- target_
github_ strid - The ID of this resource.
- description String
- Description of the object
- github
App NumberId - Github application id
- github
App StringPrivate Key - App private key
- github
Base StringUrl - Base URL
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- name String
- Target name
- target
Github StringId - The ID of this resource.
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
published on Monday, Apr 27, 2026 by akeyless-community
