ProjectJobTokenScope

class ProjectJobTokenScope : KotlinCustomResource

The gitlab.ProjectJobTokenScope resource allows to manage the CI/CD Job Token scope in a project. Upstream API: GitLab REST API docs

Import

GitLab project environments can be imported using an id made up of projectId:targetProjectId, e.g.

$ pulumi import gitlab:index/projectJobTokenScope:ProjectJobTokenScope bar 123:321

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val project: Output<String>

The ID or full path of the project.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetProjectId: Output<Int>

The ID of the project that is in the CI/CD job token inbound allowlist.

Link copied to clipboard
val urn: Output<String>