Class DeployKeyEnableArgs
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.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class DeployKeyEnableArgs : ResourceArgs
Constructors
View SourceDeployKeyEnableArgs()
Declaration
public DeployKeyEnableArgs()
Properties
View SourceCanPush
Declaration
public Input<bool> CanPush { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Key
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Title
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |