1. Packages
  2. GitLab
  3. API Docs
  4. DeployToken
GitLab v6.10.0 published on Monday, Mar 25, 2024 by Pulumi

gitlab.DeployToken

Explore with Pulumi AI

gitlab logo
GitLab v6.10.0 published on Monday, Mar 25, 2024 by Pulumi

    The gitlab.DeployToken resource allows to manage the lifecycle of group and project deploy tokens.

    Upstream API: GitLab REST API docs

    Create DeployToken Resource

    new DeployToken(name: string, args: DeployTokenArgs, opts?: CustomResourceOptions);
    @overload
    def DeployToken(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    expires_at: Optional[str] = None,
                    group: Optional[str] = None,
                    name: Optional[str] = None,
                    project: Optional[str] = None,
                    scopes: Optional[Sequence[str]] = None,
                    username: Optional[str] = None)
    @overload
    def DeployToken(resource_name: str,
                    args: DeployTokenArgs,
                    opts: Optional[ResourceOptions] = None)
    func NewDeployToken(ctx *Context, name string, args DeployTokenArgs, opts ...ResourceOption) (*DeployToken, error)
    public DeployToken(string name, DeployTokenArgs args, CustomResourceOptions? opts = null)
    public DeployToken(String name, DeployTokenArgs args)
    public DeployToken(String name, DeployTokenArgs args, CustomResourceOptions options)
    
    type: gitlab:DeployToken
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args DeployTokenArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DeployTokenArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DeployTokenArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DeployTokenArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DeployTokenArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DeployToken Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The DeployToken resource accepts the following input properties:

    Scopes List<string>
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    ExpiresAt string
    Time the token will expire it, RFC3339 format. Will not expire per default.
    Group string
    The name or id of the group to add the deploy token to.
    Name string
    A name to describe the deploy token with.
    Project string
    The name or id of the project to add the deploy token to.
    Username string
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    Scopes []string
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    ExpiresAt string
    Time the token will expire it, RFC3339 format. Will not expire per default.
    Group string
    The name or id of the group to add the deploy token to.
    Name string
    A name to describe the deploy token with.
    Project string
    The name or id of the project to add the deploy token to.
    Username string
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    scopes List<String>
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    expiresAt String
    Time the token will expire it, RFC3339 format. Will not expire per default.
    group String
    The name or id of the group to add the deploy token to.
    name String
    A name to describe the deploy token with.
    project String
    The name or id of the project to add the deploy token to.
    username String
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    scopes string[]
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    expiresAt string
    Time the token will expire it, RFC3339 format. Will not expire per default.
    group string
    The name or id of the group to add the deploy token to.
    name string
    A name to describe the deploy token with.
    project string
    The name or id of the project to add the deploy token to.
    username string
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    scopes Sequence[str]
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    expires_at str
    Time the token will expire it, RFC3339 format. Will not expire per default.
    group str
    The name or id of the group to add the deploy token to.
    name str
    A name to describe the deploy token with.
    project str
    The name or id of the project to add the deploy token to.
    username str
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    scopes List<String>
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    expiresAt String
    Time the token will expire it, RFC3339 format. Will not expire per default.
    group String
    The name or id of the group to add the deploy token to.
    name String
    A name to describe the deploy token with.
    project String
    The name or id of the project to add the deploy token to.
    username String
    A username for the deploy token. Default is gitlab+deploy-token-{n}.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DeployToken resource produces the following output properties:

    DeployTokenId int
    The id of the deploy token.
    Id string
    The provider-assigned unique ID for this managed resource.
    Token string
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    DeployTokenId int
    The id of the deploy token.
    Id string
    The provider-assigned unique ID for this managed resource.
    Token string
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    deployTokenId Integer
    The id of the deploy token.
    id String
    The provider-assigned unique ID for this managed resource.
    token String
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    deployTokenId number
    The id of the deploy token.
    id string
    The provider-assigned unique ID for this managed resource.
    token string
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    deploy_token_id int
    The id of the deploy token.
    id str
    The provider-assigned unique ID for this managed resource.
    token str
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    deployTokenId Number
    The id of the deploy token.
    id String
    The provider-assigned unique ID for this managed resource.
    token String
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.

    Look up Existing DeployToken Resource

    Get an existing DeployToken resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DeployTokenState, opts?: CustomResourceOptions): DeployToken
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            deploy_token_id: Optional[int] = None,
            expires_at: Optional[str] = None,
            group: Optional[str] = None,
            name: Optional[str] = None,
            project: Optional[str] = None,
            scopes: Optional[Sequence[str]] = None,
            token: Optional[str] = None,
            username: Optional[str] = None) -> DeployToken
    func GetDeployToken(ctx *Context, name string, id IDInput, state *DeployTokenState, opts ...ResourceOption) (*DeployToken, error)
    public static DeployToken Get(string name, Input<string> id, DeployTokenState? state, CustomResourceOptions? opts = null)
    public static DeployToken get(String name, Output<String> id, DeployTokenState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    DeployTokenId int
    The id of the deploy token.
    ExpiresAt string
    Time the token will expire it, RFC3339 format. Will not expire per default.
    Group string
    The name or id of the group to add the deploy token to.
    Name string
    A name to describe the deploy token with.
    Project string
    The name or id of the project to add the deploy token to.
    Scopes List<string>
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    Token string
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    Username string
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    DeployTokenId int
    The id of the deploy token.
    ExpiresAt string
    Time the token will expire it, RFC3339 format. Will not expire per default.
    Group string
    The name or id of the group to add the deploy token to.
    Name string
    A name to describe the deploy token with.
    Project string
    The name or id of the project to add the deploy token to.
    Scopes []string
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    Token string
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    Username string
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    deployTokenId Integer
    The id of the deploy token.
    expiresAt String
    Time the token will expire it, RFC3339 format. Will not expire per default.
    group String
    The name or id of the group to add the deploy token to.
    name String
    A name to describe the deploy token with.
    project String
    The name or id of the project to add the deploy token to.
    scopes List<String>
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    token String
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    username String
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    deployTokenId number
    The id of the deploy token.
    expiresAt string
    Time the token will expire it, RFC3339 format. Will not expire per default.
    group string
    The name or id of the group to add the deploy token to.
    name string
    A name to describe the deploy token with.
    project string
    The name or id of the project to add the deploy token to.
    scopes string[]
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    token string
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    username string
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    deploy_token_id int
    The id of the deploy token.
    expires_at str
    Time the token will expire it, RFC3339 format. Will not expire per default.
    group str
    The name or id of the group to add the deploy token to.
    name str
    A name to describe the deploy token with.
    project str
    The name or id of the project to add the deploy token to.
    scopes Sequence[str]
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    token str
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    username str
    A username for the deploy token. Default is gitlab+deploy-token-{n}.
    deployTokenId Number
    The id of the deploy token.
    expiresAt String
    Time the token will expire it, RFC3339 format. Will not expire per default.
    group String
    The name or id of the group to add the deploy token to.
    name String
    A name to describe the deploy token with.
    project String
    The name or id of the project to add the deploy token to.
    scopes List<String>
    Valid values: read_repository, read_registry, read_package_registry, write_registry, write_package_registry.
    token String
    The secret token. This is only populated when creating a new deploy token. Note: The token is not available for imported resources.
    username String
    A username for the deploy token. Default is gitlab+deploy-token-{n}.

    Import

    GitLab deploy tokens can be imported using an id made up of {type}:{type_id}:{deploy_token_id}, where type is one of: project, group.

    $ pulumi import gitlab:index/deployToken:DeployToken group_token group:1:3
    
    $ pulumi import gitlab:index/deployToken:DeployToken project_token project:1:4
    

    Note: the token resource attribute is not available for imported resources as this information cannot be read from the GitLab API.

    Package Details

    Repository
    GitLab pulumi/pulumi-gitlab
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the gitlab Terraform Provider.
    gitlab logo
    GitLab v6.10.0 published on Monday, Mar 25, 2024 by Pulumi