Class ActionsSecret
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Github
Assembly: Pulumi.Github.dll
Syntax
public class ActionsSecret : CustomResource
Constructors
View SourceActionsSecret(String, ActionsSecretArgs, CustomResourceOptions)
Create a ActionsSecret resource with the given unique name, arguments, and options.
Declaration
public ActionsSecret(string name, ActionsSecretArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| ActionsSecretArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceCreatedAt
Date of actions_secret creation.
Declaration
public Output<string> CreatedAt { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
PlaintextValue
Plaintext value of the secret to be encrypted
Declaration
public Output<string> PlaintextValue { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Repository
Name of the repository
Declaration
public Output<string> Repository { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
SecretName
Name of the secret
Declaration
public Output<string> SecretName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
UpdatedAt
Date of actions_secret update.
Declaration
public Output<string> UpdatedAt { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, ActionsSecretState, CustomResourceOptions)
Get an existing ActionsSecret resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static ActionsSecret Get(string name, Input<string> id, ActionsSecretState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| ActionsSecretState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| ActionsSecret |