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 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",
Key = "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"),
Key: pulumi.String("string"),
Name: pulumi.String("string"),
TargetGithubId: pulumi.String("string"),
})
var targetGithubResource = new TargetGithub("targetGithubResource", TargetGithubArgs.builder()
.description("string")
.githubAppId(0)
.githubAppPrivateKey("string")
.githubBaseUrl("string")
.key("string")
.name("string")
.targetGithubId("string")
.build());
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")
const targetGithubResource = new akeyless.TargetGithub("targetGithubResource", {
description: "string",
githubAppId: 0,
githubAppPrivateKey: "string",
githubBaseUrl: "string",
key: "string",
name: "string",
targetGithubId: "string",
});
type: akeyless:TargetGithub
properties:
description: string
githubAppId: 0
githubAppPrivateKey: string
githubBaseUrl: string
key: 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 - Github application private key (base64 encoded key)
- Github
Base stringUrl - 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
- Target
Github stringId - The ID of this resource.
- Description string
- Description of the object
- Github
App float64Id - Github application id
- Github
App stringPrivate Key - Github application private key (base64 encoded key)
- Github
Base stringUrl - 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
- Target
Github stringId - The ID of this resource.
- description String
- Description of the object
- github
App DoubleId - Github application id
- github
App StringPrivate Key - Github application private key (base64 encoded key)
- github
Base StringUrl - 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
- target
Github StringId - The ID of this resource.
- description string
- Description of the object
- github
App numberId - Github application id
- github
App stringPrivate Key - Github application private key (base64 encoded key)
- github
Base stringUrl - 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
- target
Github stringId - The ID of this resource.
- description str
- Description of the object
- github_
app_ floatid - Github application id
- github_
app_ strprivate_ key - Github application private key (base64 encoded key)
- github_
base_ strurl - 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_ strid - The ID of this resource.
- description String
- Description of the object
- github
App NumberId - Github application id
- github
App StringPrivate Key - Github application private key (base64 encoded key)
- github
Base StringUrl - 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
- 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,
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
- 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 - Github application private key (base64 encoded key)
- Github
Base stringUrl - 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
- Target
Github stringId - The ID of this resource.
- Description string
- Description of the object
- Github
App float64Id - Github application id
- Github
App stringPrivate Key - Github application private key (base64 encoded key)
- Github
Base stringUrl - 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
- Target
Github stringId - The ID of this resource.
- description String
- Description of the object
- github
App DoubleId - Github application id
- github
App StringPrivate Key - Github application private key (base64 encoded key)
- github
Base StringUrl - 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
- target
Github StringId - The ID of this resource.
- description string
- Description of the object
- github
App numberId - Github application id
- github
App stringPrivate Key - Github application private key (base64 encoded key)
- github
Base stringUrl - 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
- target
Github stringId - The ID of this resource.
- description str
- Description of the object
- github_
app_ floatid - Github application id
- github_
app_ strprivate_ key - Github application private key (base64 encoded key)
- github_
base_ strurl - 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_ strid - The ID of this resource.
- description String
- Description of the object
- github
App NumberId - Github application id
- github
App StringPrivate Key - Github application private key (base64 encoded key)
- github
Base StringUrl - 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
- 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
akeyless
Terraform Provider.