Show / Hide Table of Contents

Class ActionsSecret

Inheritance
System.Object
Resource
CustomResource
ActionsSecret
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 Source

ActionsSecret(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 Source

CreatedAt

Date of actions_secret creation.

Declaration
public Output<string> CreatedAt { get; }
Property Value
Type Description
Output<System.String>
View Source

PlaintextValue

Plaintext value of the secret to be encrypted

Declaration
public Output<string> PlaintextValue { get; }
Property Value
Type Description
Output<System.String>
View Source

Repository

Name of the repository

Declaration
public Output<string> Repository { get; }
Property Value
Type Description
Output<System.String>
View Source

SecretName

Name of the secret

Declaration
public Output<string> SecretName { get; }
Property Value
Type Description
Output<System.String>
View Source

UpdatedAt

Date of actions_secret update.

Declaration
public Output<string> UpdatedAt { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.