1. Packages
  2. Outscale Provider
  3. API Docs
  4. getUserGroupsPerUser
outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale

outscale.getUserGroupsPerUser

Explore with Pulumi AI

outscale logo
outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale

    Provides information about groups that a specified user belongs to.

    For more information on this resource, see the User Guide.
    For more information on this resource actions, see the API documentation.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as outscale from "@pulumi/outscale";
    
    const userGroupsPerUser01 = outscale.getUserGroupsPerUser({
        userName: "user_name",
        userPath: "/",
    });
    
    import pulumi
    import pulumi_outscale as outscale
    
    user_groups_per_user01 = outscale.get_user_groups_per_user(user_name="user_name",
        user_path="/")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/outscale/outscale"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := outscale.GetUserGroupsPerUser(ctx, &outscale.GetUserGroupsPerUserArgs{
    			UserName: "user_name",
    			UserPath: pulumi.StringRef("/"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Outscale = Pulumi.Outscale;
    
    return await Deployment.RunAsync(() => 
    {
        var userGroupsPerUser01 = Outscale.GetUserGroupsPerUser.Invoke(new()
        {
            UserName = "user_name",
            UserPath = "/",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.outscale.OutscaleFunctions;
    import com.pulumi.outscale.inputs.GetUserGroupsPerUserArgs;
    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 userGroupsPerUser01 = OutscaleFunctions.getUserGroupsPerUser(GetUserGroupsPerUserArgs.builder()
                .userName("user_name")
                .userPath("/")
                .build());
    
        }
    }
    
    variables:
      userGroupsPerUser01:
        fn::invoke:
          function: outscale:getUserGroupsPerUser
          arguments:
            userName: user_name
            userPath: /
    

    Using getUserGroupsPerUser

    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 getUserGroupsPerUser(args: GetUserGroupsPerUserArgs, opts?: InvokeOptions): Promise<GetUserGroupsPerUserResult>
    function getUserGroupsPerUserOutput(args: GetUserGroupsPerUserOutputArgs, opts?: InvokeOptions): Output<GetUserGroupsPerUserResult>
    def get_user_groups_per_user(id: Optional[str] = None,
                                 user_name: Optional[str] = None,
                                 user_path: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetUserGroupsPerUserResult
    def get_user_groups_per_user_output(id: Optional[pulumi.Input[str]] = None,
                                 user_name: Optional[pulumi.Input[str]] = None,
                                 user_path: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetUserGroupsPerUserResult]
    func GetUserGroupsPerUser(ctx *Context, args *GetUserGroupsPerUserArgs, opts ...InvokeOption) (*GetUserGroupsPerUserResult, error)
    func GetUserGroupsPerUserOutput(ctx *Context, args *GetUserGroupsPerUserOutputArgs, opts ...InvokeOption) GetUserGroupsPerUserResultOutput

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

    public static class GetUserGroupsPerUser 
    {
        public static Task<GetUserGroupsPerUserResult> InvokeAsync(GetUserGroupsPerUserArgs args, InvokeOptions? opts = null)
        public static Output<GetUserGroupsPerUserResult> Invoke(GetUserGroupsPerUserInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetUserGroupsPerUserResult> getUserGroupsPerUser(GetUserGroupsPerUserArgs args, InvokeOptions options)
    public static Output<GetUserGroupsPerUserResult> getUserGroupsPerUser(GetUserGroupsPerUserArgs args, InvokeOptions options)
    
    fn::invoke:
      function: outscale:index/getUserGroupsPerUser:getUserGroupsPerUser
      arguments:
        # arguments dictionary

    The following arguments are supported:

    UserName string
    The name of the user.
    Id string
    UserPath string
    The path to the user (by default, /).
    UserName string
    The name of the user.
    Id string
    UserPath string
    The path to the user (by default, /).
    userName String
    The name of the user.
    id String
    userPath String
    The path to the user (by default, /).
    userName string
    The name of the user.
    id string
    userPath string
    The path to the user (by default, /).
    user_name str
    The name of the user.
    id str
    user_path str
    The path to the user (by default, /).
    userName String
    The name of the user.
    id String
    userPath String
    The path to the user (by default, /).

    getUserGroupsPerUser Result

    The following output properties are available:

    Supporting Types

    GetUserGroupsPerUserUserGroup

    CreationDate string
    The date and time (UTC) of creation of the user group.
    LastModificationDate string
    The date and time (UTC) of the last modification of the user group.
    Orn string
    The Outscale Resource Name (ORN) of the user group. For more information, see Resource Identifiers.
    Path string
    The path to the user group.
    UserGroupId string
    The ID of the user group.
    UserGroupName string
    CreationDate string
    The date and time (UTC) of creation of the user group.
    LastModificationDate string
    The date and time (UTC) of the last modification of the user group.
    Orn string
    The Outscale Resource Name (ORN) of the user group. For more information, see Resource Identifiers.
    Path string
    The path to the user group.
    UserGroupId string
    The ID of the user group.
    UserGroupName string
    creationDate String
    The date and time (UTC) of creation of the user group.
    lastModificationDate String
    The date and time (UTC) of the last modification of the user group.
    orn String
    The Outscale Resource Name (ORN) of the user group. For more information, see Resource Identifiers.
    path String
    The path to the user group.
    userGroupId String
    The ID of the user group.
    userGroupName String
    creationDate string
    The date and time (UTC) of creation of the user group.
    lastModificationDate string
    The date and time (UTC) of the last modification of the user group.
    orn string
    The Outscale Resource Name (ORN) of the user group. For more information, see Resource Identifiers.
    path string
    The path to the user group.
    userGroupId string
    The ID of the user group.
    userGroupName string
    creation_date str
    The date and time (UTC) of creation of the user group.
    last_modification_date str
    The date and time (UTC) of the last modification of the user group.
    orn str
    The Outscale Resource Name (ORN) of the user group. For more information, see Resource Identifiers.
    path str
    The path to the user group.
    user_group_id str
    The ID of the user group.
    user_group_name str
    creationDate String
    The date and time (UTC) of creation of the user group.
    lastModificationDate String
    The date and time (UTC) of the last modification of the user group.
    orn String
    The Outscale Resource Name (ORN) of the user group. For more information, see Resource Identifiers.
    path String
    The path to the user group.
    userGroupId String
    The ID of the user group.
    userGroupName String

    Package Details

    Repository
    outscale outscale/terraform-provider-outscale
    License
    Notes
    This Pulumi package is based on the outscale Terraform Provider.
    outscale logo
    outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale