Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getRoleV2
Explore with Pulumi AI
Fetches a role based on the provided external identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const role = nutanix.getRoleV2({
extId: "<role_uuid>",
});
import pulumi
import pulumi_nutanix as nutanix
role = nutanix.get_role_v2(ext_id="<role_uuid>")
package main
import (
"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := nutanix.GetRoleV2(ctx, &nutanix.GetRoleV2Args{
ExtId: "<role_uuid>",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() =>
{
var role = Nutanix.GetRoleV2.Invoke(new()
{
ExtId = "<role_uuid>",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetRoleV2Args;
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 role = NutanixFunctions.getRoleV2(GetRoleV2Args.builder()
.extId("<role_uuid>")
.build());
}
}
variables:
role:
fn::invoke:
function: nutanix:getRoleV2
arguments:
extId: <role_uuid>
Using getRoleV2
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 getRoleV2(args: GetRoleV2Args, opts?: InvokeOptions): Promise<GetRoleV2Result>
function getRoleV2Output(args: GetRoleV2OutputArgs, opts?: InvokeOptions): Output<GetRoleV2Result>
def get_role_v2(ext_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRoleV2Result
def get_role_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRoleV2Result]
func GetRoleV2(ctx *Context, args *GetRoleV2Args, opts ...InvokeOption) (*GetRoleV2Result, error)
func GetRoleV2Output(ctx *Context, args *GetRoleV2OutputArgs, opts ...InvokeOption) GetRoleV2ResultOutput
> Note: This function is named GetRoleV2
in the Go SDK.
public static class GetRoleV2
{
public static Task<GetRoleV2Result> InvokeAsync(GetRoleV2Args args, InvokeOptions? opts = null)
public static Output<GetRoleV2Result> Invoke(GetRoleV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRoleV2Result> getRoleV2(GetRoleV2Args args, InvokeOptions options)
public static Output<GetRoleV2Result> getRoleV2(GetRoleV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getRoleV2:getRoleV2
arguments:
# arguments dictionary
The following arguments are supported:
- Ext
Id string - (Required) ExtId for the Role.
- Ext
Id string - (Required) ExtId for the Role.
- ext
Id String - (Required) ExtId for the Role.
- ext
Id string - (Required) ExtId for the Role.
- ext_
id str - (Required) ExtId for the Role.
- ext
Id String - (Required) ExtId for the Role.
getRoleV2 Result
The following output properties are available:
- Accessible
Clients List<string> - List of Accessible Clients for the Role.
- Accessible
Entity List<string>Types - List of Accessible Entity Types for the Role.
- Assigned
Users intCount - Number of Users assigned to given Role.
- Assigned
Users intGroups Count - Number of User Groups assigned to given Role.
- Client
Name string - Client that created the entity.
- Created
By string - User or Service Name that created the Role.
- Created
Time string - The creation time of the Role.
- Description string
- Description of the Role.
- Display
Name string - The display name for the Role.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
System boolDefined - Flag identifying if the Role is system defined or not.
- Last
Updated stringTime - The time when the Role was last updated.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Role V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Operations List<string>
- List of operations for the role.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- Accessible
Clients []string - List of Accessible Clients for the Role.
- Accessible
Entity []stringTypes - List of Accessible Entity Types for the Role.
- Assigned
Users intCount - Number of Users assigned to given Role.
- Assigned
Users intGroups Count - Number of User Groups assigned to given Role.
- Client
Name string - Client that created the entity.
- Created
By string - User or Service Name that created the Role.
- Created
Time string - The creation time of the Role.
- Description string
- Description of the Role.
- Display
Name string - The display name for the Role.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
System boolDefined - Flag identifying if the Role is system defined or not.
- Last
Updated stringTime - The time when the Role was last updated.
- Links
[]Get
Role V2Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Operations []string
- List of operations for the role.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- accessible
Clients List<String> - List of Accessible Clients for the Role.
- accessible
Entity List<String>Types - List of Accessible Entity Types for the Role.
- assigned
Users IntegerCount - Number of Users assigned to given Role.
- assigned
Users IntegerGroups Count - Number of User Groups assigned to given Role.
- client
Name String - Client that created the entity.
- created
By String - User or Service Name that created the Role.
- created
Time String - The creation time of the Role.
- description String
- Description of the Role.
- display
Name String - The display name for the Role.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- id String
- The provider-assigned unique ID for this managed resource.
- is
System BooleanDefined - Flag identifying if the Role is system defined or not.
- last
Updated StringTime - The time when the Role was last updated.
- links
List<Get
Role V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- operations List<String>
- List of operations for the role.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- accessible
Clients string[] - List of Accessible Clients for the Role.
- accessible
Entity string[]Types - List of Accessible Entity Types for the Role.
- assigned
Users numberCount - Number of Users assigned to given Role.
- assigned
Users numberGroups Count - Number of User Groups assigned to given Role.
- client
Name string - Client that created the entity.
- created
By string - User or Service Name that created the Role.
- created
Time string - The creation time of the Role.
- description string
- Description of the Role.
- display
Name string - The display name for the Role.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- id string
- The provider-assigned unique ID for this managed resource.
- is
System booleanDefined - Flag identifying if the Role is system defined or not.
- last
Updated stringTime - The time when the Role was last updated.
- links
Get
Role V2Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- operations string[]
- List of operations for the role.
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- accessible_
clients Sequence[str] - List of Accessible Clients for the Role.
- accessible_
entity_ Sequence[str]types - List of Accessible Entity Types for the Role.
- assigned_
users_ intcount - Number of Users assigned to given Role.
- assigned_
users_ intgroups_ count - Number of User Groups assigned to given Role.
- client_
name str - Client that created the entity.
- created_
by str - User or Service Name that created the Role.
- created_
time str - The creation time of the Role.
- description str
- Description of the Role.
- display_
name str - The display name for the Role.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- id str
- The provider-assigned unique ID for this managed resource.
- is_
system_ booldefined - Flag identifying if the Role is system defined or not.
- last_
updated_ strtime - The time when the Role was last updated.
- links
Sequence[Get
Role V2Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- operations Sequence[str]
- List of operations for the role.
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
- accessible
Clients List<String> - List of Accessible Clients for the Role.
- accessible
Entity List<String>Types - List of Accessible Entity Types for the Role.
- assigned
Users NumberCount - Number of Users assigned to given Role.
- assigned
Users NumberGroups Count - Number of User Groups assigned to given Role.
- client
Name String - Client that created the entity.
- created
By String - User or Service Name that created the Role.
- created
Time String - The creation time of the Role.
- description String
- Description of the Role.
- display
Name String - The display name for the Role.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- id String
- The provider-assigned unique ID for this managed resource.
- is
System BooleanDefined - Flag identifying if the Role is system defined or not.
- last
Updated StringTime - The time when the Role was last updated.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- operations List<String>
- List of operations for the role.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
Supporting Types
GetRoleV2Link
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.