github.ActionsOrganizationSecret
Explore with Pulumi AI
Example Usage
Create ActionsOrganizationSecret Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ActionsOrganizationSecret(name: string, args: ActionsOrganizationSecretArgs, opts?: CustomResourceOptions);
@overload
def ActionsOrganizationSecret(resource_name: str,
args: ActionsOrganizationSecretArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ActionsOrganizationSecret(resource_name: str,
opts: Optional[ResourceOptions] = None,
secret_name: Optional[str] = None,
visibility: Optional[str] = None,
encrypted_value: Optional[str] = None,
plaintext_value: Optional[str] = None,
selected_repository_ids: Optional[Sequence[int]] = None)
func NewActionsOrganizationSecret(ctx *Context, name string, args ActionsOrganizationSecretArgs, opts ...ResourceOption) (*ActionsOrganizationSecret, error)
public ActionsOrganizationSecret(string name, ActionsOrganizationSecretArgs args, CustomResourceOptions? opts = null)
public ActionsOrganizationSecret(String name, ActionsOrganizationSecretArgs args)
public ActionsOrganizationSecret(String name, ActionsOrganizationSecretArgs args, CustomResourceOptions options)
type: github:ActionsOrganizationSecret
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 ActionsOrganizationSecretArgs
- 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 ActionsOrganizationSecretArgs
- 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 ActionsOrganizationSecretArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ActionsOrganizationSecretArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ActionsOrganizationSecretArgs
- 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 actionsOrganizationSecretResource = new Github.ActionsOrganizationSecret("actionsOrganizationSecretResource", new()
{
SecretName = "string",
Visibility = "string",
EncryptedValue = "string",
PlaintextValue = "string",
SelectedRepositoryIds = new[]
{
0,
},
});
example, err := github.NewActionsOrganizationSecret(ctx, "actionsOrganizationSecretResource", &github.ActionsOrganizationSecretArgs{
SecretName: pulumi.String("string"),
Visibility: pulumi.String("string"),
EncryptedValue: pulumi.String("string"),
PlaintextValue: pulumi.String("string"),
SelectedRepositoryIds: pulumi.IntArray{
pulumi.Int(0),
},
})
var actionsOrganizationSecretResource = new ActionsOrganizationSecret("actionsOrganizationSecretResource", ActionsOrganizationSecretArgs.builder()
.secretName("string")
.visibility("string")
.encryptedValue("string")
.plaintextValue("string")
.selectedRepositoryIds(0)
.build());
actions_organization_secret_resource = github.ActionsOrganizationSecret("actionsOrganizationSecretResource",
secret_name="string",
visibility="string",
encrypted_value="string",
plaintext_value="string",
selected_repository_ids=[0])
const actionsOrganizationSecretResource = new github.ActionsOrganizationSecret("actionsOrganizationSecretResource", {
secretName: "string",
visibility: "string",
encryptedValue: "string",
plaintextValue: "string",
selectedRepositoryIds: [0],
});
type: github:ActionsOrganizationSecret
properties:
encryptedValue: string
plaintextValue: string
secretName: string
selectedRepositoryIds:
- 0
visibility: string
ActionsOrganizationSecret Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ActionsOrganizationSecret resource accepts the following input properties:
- Secret
Name string - Name of the secret
- Visibility string
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
. - Encrypted
Value string - Encrypted value of the secret using the GitHub public key in Base64 format.
- Plaintext
Value string - Plaintext value of the secret to be encrypted
- Selected
Repository List<int>Ids - An array of repository ids that can access the organization secret.
- Secret
Name string - Name of the secret
- Visibility string
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
. - Encrypted
Value string - Encrypted value of the secret using the GitHub public key in Base64 format.
- Plaintext
Value string - Plaintext value of the secret to be encrypted
- Selected
Repository []intIds - An array of repository ids that can access the organization secret.
- secret
Name String - Name of the secret
- visibility String
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
. - encrypted
Value String - Encrypted value of the secret using the GitHub public key in Base64 format.
- plaintext
Value String - Plaintext value of the secret to be encrypted
- selected
Repository List<Integer>Ids - An array of repository ids that can access the organization secret.
- secret
Name string - Name of the secret
- visibility string
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
. - encrypted
Value string - Encrypted value of the secret using the GitHub public key in Base64 format.
- plaintext
Value string - Plaintext value of the secret to be encrypted
- selected
Repository number[]Ids - An array of repository ids that can access the organization secret.
- secret_
name str - Name of the secret
- visibility str
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
. - encrypted_
value str - Encrypted value of the secret using the GitHub public key in Base64 format.
- plaintext_
value str - Plaintext value of the secret to be encrypted
- selected_
repository_ Sequence[int]ids - An array of repository ids that can access the organization secret.
- secret
Name String - Name of the secret
- visibility String
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
. - encrypted
Value String - Encrypted value of the secret using the GitHub public key in Base64 format.
- plaintext
Value String - Plaintext value of the secret to be encrypted
- selected
Repository List<Number>Ids - An array of repository ids that can access the organization secret.
Outputs
All input properties are implicitly available as output properties. Additionally, the ActionsOrganizationSecret resource produces the following output properties:
- created_
at str - Date of actions_secret creation.
- id str
- The provider-assigned unique ID for this managed resource.
- updated_
at str - Date of actions_secret update.
Look up Existing ActionsOrganizationSecret Resource
Get an existing ActionsOrganizationSecret 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?: ActionsOrganizationSecretState, opts?: CustomResourceOptions): ActionsOrganizationSecret
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
created_at: Optional[str] = None,
encrypted_value: Optional[str] = None,
plaintext_value: Optional[str] = None,
secret_name: Optional[str] = None,
selected_repository_ids: Optional[Sequence[int]] = None,
updated_at: Optional[str] = None,
visibility: Optional[str] = None) -> ActionsOrganizationSecret
func GetActionsOrganizationSecret(ctx *Context, name string, id IDInput, state *ActionsOrganizationSecretState, opts ...ResourceOption) (*ActionsOrganizationSecret, error)
public static ActionsOrganizationSecret Get(string name, Input<string> id, ActionsOrganizationSecretState? state, CustomResourceOptions? opts = null)
public static ActionsOrganizationSecret get(String name, Output<String> id, ActionsOrganizationSecretState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Created
At string - Date of actions_secret creation.
- Encrypted
Value string - Encrypted value of the secret using the GitHub public key in Base64 format.
- Plaintext
Value string - Plaintext value of the secret to be encrypted
- Secret
Name string - Name of the secret
- Selected
Repository List<int>Ids - An array of repository ids that can access the organization secret.
- Updated
At string - Date of actions_secret update.
- Visibility string
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
.
- Created
At string - Date of actions_secret creation.
- Encrypted
Value string - Encrypted value of the secret using the GitHub public key in Base64 format.
- Plaintext
Value string - Plaintext value of the secret to be encrypted
- Secret
Name string - Name of the secret
- Selected
Repository []intIds - An array of repository ids that can access the organization secret.
- Updated
At string - Date of actions_secret update.
- Visibility string
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
.
- created
At String - Date of actions_secret creation.
- encrypted
Value String - Encrypted value of the secret using the GitHub public key in Base64 format.
- plaintext
Value String - Plaintext value of the secret to be encrypted
- secret
Name String - Name of the secret
- selected
Repository List<Integer>Ids - An array of repository ids that can access the organization secret.
- updated
At String - Date of actions_secret update.
- visibility String
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
.
- created
At string - Date of actions_secret creation.
- encrypted
Value string - Encrypted value of the secret using the GitHub public key in Base64 format.
- plaintext
Value string - Plaintext value of the secret to be encrypted
- secret
Name string - Name of the secret
- selected
Repository number[]Ids - An array of repository ids that can access the organization secret.
- updated
At string - Date of actions_secret update.
- visibility string
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
.
- created_
at str - Date of actions_secret creation.
- encrypted_
value str - Encrypted value of the secret using the GitHub public key in Base64 format.
- plaintext_
value str - Plaintext value of the secret to be encrypted
- secret_
name str - Name of the secret
- selected_
repository_ Sequence[int]ids - An array of repository ids that can access the organization secret.
- updated_
at str - Date of actions_secret update.
- visibility str
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
.
- created
At String - Date of actions_secret creation.
- encrypted
Value String - Encrypted value of the secret using the GitHub public key in Base64 format.
- plaintext
Value String - Plaintext value of the secret to be encrypted
- secret
Name String - Name of the secret
- selected
Repository List<Number>Ids - An array of repository ids that can access the organization secret.
- updated
At String - Date of actions_secret update.
- visibility String
- Configures the access that repositories have to the organization secret.
Must be one of
all
,private
,selected
.selected_repository_ids
is required if set toselected
.
Import
This resource can be imported using an ID made up of the secret name:
$ pulumi import github:index/actionsOrganizationSecret:ActionsOrganizationSecret test_secret test_secret_name
NOTE: the implementation is limited in that it won’t fetch the value of the
plaintext_value
or encrypted_value
fields when importing. You may need to ignore changes for these as a workaround.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- GitHub pulumi/pulumi-github
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
github
Terraform Provider.