1. Packages
  2. Akeyless Provider
  3. API Docs
  4. TargetGithub
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

akeyless.TargetGithub

Explore with Pulumi AI

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,
                 key: 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. 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",
    Key = "string",
    Name = "string",
    TargetGithubId = "string",
});
Copy
example, err := akeyless.NewTargetGithub(ctx, "targetGithubResource", &akeyless.TargetGithubArgs{
Description: pulumi.String("string"),
GithubAppId: pulumi.Float64(0),
GithubAppPrivateKey: pulumi.String("string"),
GithubBaseUrl: pulumi.String("string"),
Key: pulumi.String("string"),
Name: pulumi.String("string"),
TargetGithubId: pulumi.String("string"),
})
Copy
var targetGithubResource = new TargetGithub("targetGithubResource", TargetGithubArgs.builder()
    .description("string")
    .githubAppId(0)
    .githubAppPrivateKey("string")
    .githubBaseUrl("string")
    .key("string")
    .name("string")
    .targetGithubId("string")
    .build());
Copy
target_github_resource = akeyless.TargetGithub("targetGithubResource",
    description="string",
    github_app_id=0,
    github_app_private_key="string",
    github_base_url="string",
    key="string",
    name="string",
    target_github_id="string")
Copy
const targetGithubResource = new akeyless.TargetGithub("targetGithubResource", {
    description: "string",
    githubAppId: 0,
    githubAppPrivateKey: "string",
    githubBaseUrl: "string",
    key: "string",
    name: "string",
    targetGithubId: "string",
});
Copy
type: akeyless:TargetGithub
properties:
    description: string
    githubAppId: 0
    githubAppPrivateKey: string
    githubBaseUrl: string
    key: string
    name: string
    targetGithubId: string
Copy

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
GithubAppId double
Github application id
GithubAppPrivateKey string
Github application private key (base64 encoded key)
GithubBaseUrl string
Github base url
Key string
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
Name string
Target name
TargetGithubId string
The ID of this resource.
Description string
Description of the object
GithubAppId float64
Github application id
GithubAppPrivateKey string
Github application private key (base64 encoded key)
GithubBaseUrl string
Github base url
Key string
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
Name string
Target name
TargetGithubId string
The ID of this resource.
description String
Description of the object
githubAppId Double
Github application id
githubAppPrivateKey String
Github application private key (base64 encoded key)
githubBaseUrl String
Github base url
key String
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
name String
Target name
targetGithubId String
The ID of this resource.
description string
Description of the object
githubAppId number
Github application id
githubAppPrivateKey string
Github application private key (base64 encoded key)
githubBaseUrl string
Github base url
key string
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
name string
Target name
targetGithubId string
The ID of this resource.
description str
Description of the object
github_app_id float
Github application id
github_app_private_key str
Github application private key (base64 encoded key)
github_base_url str
Github base url
key str
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
name str
Target name
target_github_id str
The ID of this resource.
description String
Description of the object
githubAppId Number
Github application id
githubAppPrivateKey String
Github application private key (base64 encoded key)
githubBaseUrl String
Github base url
key String
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
name String
Target name
targetGithubId String
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,
        key: Optional[str] = None,
        name: Optional[str] = None,
        target_github_id: Optional[str] = None) -> TargetGithub
func 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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Description string
Description of the object
GithubAppId double
Github application id
GithubAppPrivateKey string
Github application private key (base64 encoded key)
GithubBaseUrl string
Github base url
Key string
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
Name string
Target name
TargetGithubId string
The ID of this resource.
Description string
Description of the object
GithubAppId float64
Github application id
GithubAppPrivateKey string
Github application private key (base64 encoded key)
GithubBaseUrl string
Github base url
Key string
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
Name string
Target name
TargetGithubId string
The ID of this resource.
description String
Description of the object
githubAppId Double
Github application id
githubAppPrivateKey String
Github application private key (base64 encoded key)
githubBaseUrl String
Github base url
key String
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
name String
Target name
targetGithubId String
The ID of this resource.
description string
Description of the object
githubAppId number
Github application id
githubAppPrivateKey string
Github application private key (base64 encoded key)
githubBaseUrl string
Github base url
key string
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
name string
Target name
targetGithubId string
The ID of this resource.
description str
Description of the object
github_app_id float
Github application id
github_app_private_key str
Github application private key (base64 encoded key)
github_base_url str
Github base url
key str
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
name str
Target name
target_github_id str
The ID of this resource.
description String
Description of the object
githubAppId Number
Github application id
githubAppPrivateKey String
Github application private key (base64 encoded key)
githubBaseUrl String
Github base url
key String
Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
name String
Target name
targetGithubId String
The ID of this resource.

Package Details

Repository
akeyless akeyless-community/terraform-provider-akeyless
License
Notes
This Pulumi package is based on the akeyless Terraform Provider.