Class DeployTokenArgs
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 DeployTokenArgs : ResourceArgs
Constructors
View SourceDeployTokenArgs()
Declaration
public DeployTokenArgs()
Properties
View SourceExpiresAt
Declaration
public Input<string> ExpiresAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Group
The name or id of the group to add the deploy token to.
Either project or group must be set.
Declaration
public Input<string> Group { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A name to describe the deploy token with.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The name or id of the project to add the deploy token to.
Either project or group must be set.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scopes
Valid values: read_repository, read_registry.
Declaration
public InputList<string> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Username
A username for the deploy token. Default is gitlab+deploy-token-{n}.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |