Show / Hide Table of Contents

Class DeployKeyEnableArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeployKeyEnableArgs
Inherited Members
ResourceArgs.Empty
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.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class DeployKeyEnableArgs : ResourceArgs

Constructors

View Source

DeployKeyEnableArgs()

Declaration
public DeployKeyEnableArgs()

Properties

View Source

CanPush

Declaration
public Input<bool> CanPush { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Key

Declaration
public Input<string> Key { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyId

The Gitlab key id for the pre-existing deploy key

Declaration
public Input<string> KeyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The name or id of the project to add the deploy key to.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Title

Declaration
public Input<string> Title { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.