1. Packages
  2. Rancher2 Provider
  3. API Docs
  4. getProjectRoleTemplateBinding
Rancher 2 v9.0.0 published on Wednesday, Apr 16, 2025 by Pulumi

rancher2.getProjectRoleTemplateBinding

Explore with Pulumi AI

Use this data source to retrieve information about a Rancher v2 project role template binding.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as rancher2 from "@pulumi/rancher2";

const foo = rancher2.getProjectRoleTemplateBinding({
    name: "foo",
    projectId: "foo_id",
});
Copy
import pulumi
import pulumi_rancher2 as rancher2

foo = rancher2.get_project_role_template_binding(name="foo",
    project_id="foo_id")
Copy
package main

import (
	"github.com/pulumi/pulumi-rancher2/sdk/v9/go/rancher2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := rancher2.LookupProjectRoleTemplateBinding(ctx, &rancher2.LookupProjectRoleTemplateBindingArgs{
			Name:      "foo",
			ProjectId: "foo_id",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Rancher2 = Pulumi.Rancher2;

return await Deployment.RunAsync(() => 
{
    var foo = Rancher2.GetProjectRoleTemplateBinding.Invoke(new()
    {
        Name = "foo",
        ProjectId = "foo_id",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.rancher2.Rancher2Functions;
import com.pulumi.rancher2.inputs.GetProjectRoleTemplateBindingArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var foo = Rancher2Functions.getProjectRoleTemplateBinding(GetProjectRoleTemplateBindingArgs.builder()
            .name("foo")
            .projectId("foo_id")
            .build());

    }
}
Copy
variables:
  foo:
    fn::invoke:
      function: rancher2:getProjectRoleTemplateBinding
      arguments:
        name: foo
        projectId: foo_id
Copy

Using getProjectRoleTemplateBinding

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getProjectRoleTemplateBinding(args: GetProjectRoleTemplateBindingArgs, opts?: InvokeOptions): Promise<GetProjectRoleTemplateBindingResult>
function getProjectRoleTemplateBindingOutput(args: GetProjectRoleTemplateBindingOutputArgs, opts?: InvokeOptions): Output<GetProjectRoleTemplateBindingResult>
Copy
def get_project_role_template_binding(name: Optional[str] = None,
                                      project_id: Optional[str] = None,
                                      role_template_id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetProjectRoleTemplateBindingResult
def get_project_role_template_binding_output(name: Optional[pulumi.Input[str]] = None,
                                      project_id: Optional[pulumi.Input[str]] = None,
                                      role_template_id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetProjectRoleTemplateBindingResult]
Copy
func LookupProjectRoleTemplateBinding(ctx *Context, args *LookupProjectRoleTemplateBindingArgs, opts ...InvokeOption) (*LookupProjectRoleTemplateBindingResult, error)
func LookupProjectRoleTemplateBindingOutput(ctx *Context, args *LookupProjectRoleTemplateBindingOutputArgs, opts ...InvokeOption) LookupProjectRoleTemplateBindingResultOutput
Copy

> Note: This function is named LookupProjectRoleTemplateBinding in the Go SDK.

public static class GetProjectRoleTemplateBinding 
{
    public static Task<GetProjectRoleTemplateBindingResult> InvokeAsync(GetProjectRoleTemplateBindingArgs args, InvokeOptions? opts = null)
    public static Output<GetProjectRoleTemplateBindingResult> Invoke(GetProjectRoleTemplateBindingInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProjectRoleTemplateBindingResult> getProjectRoleTemplateBinding(GetProjectRoleTemplateBindingArgs args, InvokeOptions options)
public static Output<GetProjectRoleTemplateBindingResult> getProjectRoleTemplateBinding(GetProjectRoleTemplateBindingArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: rancher2:index/getProjectRoleTemplateBinding:getProjectRoleTemplateBinding
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
The name of the project role template binding (string)
ProjectId This property is required. string
The project id where bind project role template (string)
RoleTemplateId string
The role template id from create project role template binding (string)
Name This property is required. string
The name of the project role template binding (string)
ProjectId This property is required. string
The project id where bind project role template (string)
RoleTemplateId string
The role template id from create project role template binding (string)
name This property is required. String
The name of the project role template binding (string)
projectId This property is required. String
The project id where bind project role template (string)
roleTemplateId String
The role template id from create project role template binding (string)
name This property is required. string
The name of the project role template binding (string)
projectId This property is required. string
The project id where bind project role template (string)
roleTemplateId string
The role template id from create project role template binding (string)
name This property is required. str
The name of the project role template binding (string)
project_id This property is required. str
The project id where bind project role template (string)
role_template_id str
The role template id from create project role template binding (string)
name This property is required. String
The name of the project role template binding (string)
projectId This property is required. String
The project id where bind project role template (string)
roleTemplateId String
The role template id from create project role template binding (string)

getProjectRoleTemplateBinding Result

The following output properties are available:

Annotations Dictionary<string, string>
(Computed) Annotations of the resource (map)
GroupId string
(Computed) The group ID to assign project role template binding (string)
GroupPrincipalId string
(Computed) The group_principal ID to assign project role template binding (string)
Id string
The provider-assigned unique ID for this managed resource.
Labels Dictionary<string, string>
(Computed) Labels of the resource (map)
Name string
ProjectId string
RoleTemplateId string
UserId string
(Computed) The user ID to assign project role template binding (string)
UserPrincipalId string
(Computed) The user_principal ID to assign project role template binding (string)
Annotations map[string]string
(Computed) Annotations of the resource (map)
GroupId string
(Computed) The group ID to assign project role template binding (string)
GroupPrincipalId string
(Computed) The group_principal ID to assign project role template binding (string)
Id string
The provider-assigned unique ID for this managed resource.
Labels map[string]string
(Computed) Labels of the resource (map)
Name string
ProjectId string
RoleTemplateId string
UserId string
(Computed) The user ID to assign project role template binding (string)
UserPrincipalId string
(Computed) The user_principal ID to assign project role template binding (string)
annotations Map<String,String>
(Computed) Annotations of the resource (map)
groupId String
(Computed) The group ID to assign project role template binding (string)
groupPrincipalId String
(Computed) The group_principal ID to assign project role template binding (string)
id String
The provider-assigned unique ID for this managed resource.
labels Map<String,String>
(Computed) Labels of the resource (map)
name String
projectId String
roleTemplateId String
userId String
(Computed) The user ID to assign project role template binding (string)
userPrincipalId String
(Computed) The user_principal ID to assign project role template binding (string)
annotations {[key: string]: string}
(Computed) Annotations of the resource (map)
groupId string
(Computed) The group ID to assign project role template binding (string)
groupPrincipalId string
(Computed) The group_principal ID to assign project role template binding (string)
id string
The provider-assigned unique ID for this managed resource.
labels {[key: string]: string}
(Computed) Labels of the resource (map)
name string
projectId string
roleTemplateId string
userId string
(Computed) The user ID to assign project role template binding (string)
userPrincipalId string
(Computed) The user_principal ID to assign project role template binding (string)
annotations Mapping[str, str]
(Computed) Annotations of the resource (map)
group_id str
(Computed) The group ID to assign project role template binding (string)
group_principal_id str
(Computed) The group_principal ID to assign project role template binding (string)
id str
The provider-assigned unique ID for this managed resource.
labels Mapping[str, str]
(Computed) Labels of the resource (map)
name str
project_id str
role_template_id str
user_id str
(Computed) The user ID to assign project role template binding (string)
user_principal_id str
(Computed) The user_principal ID to assign project role template binding (string)
annotations Map<String>
(Computed) Annotations of the resource (map)
groupId String
(Computed) The group ID to assign project role template binding (string)
groupPrincipalId String
(Computed) The group_principal ID to assign project role template binding (string)
id String
The provider-assigned unique ID for this managed resource.
labels Map<String>
(Computed) Labels of the resource (map)
name String
projectId String
roleTemplateId String
userId String
(Computed) The user ID to assign project role template binding (string)
userPrincipalId String
(Computed) The user_principal ID to assign project role template binding (string)

Package Details

Repository
Rancher2 pulumi/pulumi-rancher2
License
Apache-2.0
Notes
This Pulumi package is based on the rancher2 Terraform Provider.