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

outscale.getPoliciesLinkedToUser

Explore with Pulumi AI

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

    Provides information about a link policy to user.

    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 linkedPolicy01 = outscale.getPoliciesLinkedToUser({
        userName: "user_name",
    });
    
    import pulumi
    import pulumi_outscale as outscale
    
    linked_policy01 = outscale.get_policies_linked_to_user(user_name="user_name")
    
    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.GetPoliciesLinkedToUser(ctx, &outscale.GetPoliciesLinkedToUserArgs{
    			UserName: "user_name",
    		}, 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 linkedPolicy01 = Outscale.GetPoliciesLinkedToUser.Invoke(new()
        {
            UserName = "user_name",
        });
    
    });
    
    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.GetPoliciesLinkedToUserArgs;
    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 linkedPolicy01 = OutscaleFunctions.getPoliciesLinkedToUser(GetPoliciesLinkedToUserArgs.builder()
                .userName("user_name")
                .build());
    
        }
    }
    
    variables:
      linkedPolicy01:
        fn::invoke:
          function: outscale:getPoliciesLinkedToUser
          arguments:
            userName: user_name
    

    Using getPoliciesLinkedToUser

    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 getPoliciesLinkedToUser(args: GetPoliciesLinkedToUserArgs, opts?: InvokeOptions): Promise<GetPoliciesLinkedToUserResult>
    function getPoliciesLinkedToUserOutput(args: GetPoliciesLinkedToUserOutputArgs, opts?: InvokeOptions): Output<GetPoliciesLinkedToUserResult>
    def get_policies_linked_to_user(id: Optional[str] = None,
                                    user_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetPoliciesLinkedToUserResult
    def get_policies_linked_to_user_output(id: Optional[pulumi.Input[str]] = None,
                                    user_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetPoliciesLinkedToUserResult]
    func GetPoliciesLinkedToUser(ctx *Context, args *GetPoliciesLinkedToUserArgs, opts ...InvokeOption) (*GetPoliciesLinkedToUserResult, error)
    func GetPoliciesLinkedToUserOutput(ctx *Context, args *GetPoliciesLinkedToUserOutputArgs, opts ...InvokeOption) GetPoliciesLinkedToUserResultOutput

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

    public static class GetPoliciesLinkedToUser 
    {
        public static Task<GetPoliciesLinkedToUserResult> InvokeAsync(GetPoliciesLinkedToUserArgs args, InvokeOptions? opts = null)
        public static Output<GetPoliciesLinkedToUserResult> Invoke(GetPoliciesLinkedToUserInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPoliciesLinkedToUserResult> getPoliciesLinkedToUser(GetPoliciesLinkedToUserArgs args, InvokeOptions options)
    public static Output<GetPoliciesLinkedToUserResult> getPoliciesLinkedToUser(GetPoliciesLinkedToUserArgs args, InvokeOptions options)
    
    fn::invoke:
      function: outscale:index/getPoliciesLinkedToUser:getPoliciesLinkedToUser
      arguments:
        # arguments dictionary

    The following arguments are supported:

    UserName string
    The name of the user the policies are linked to.
    Id string
    UserName string
    The name of the user the policies are linked to.
    Id string
    userName String
    The name of the user the policies are linked to.
    id String
    userName string
    The name of the user the policies are linked to.
    id string
    user_name str
    The name of the user the policies are linked to.
    id str
    userName String
    The name of the user the policies are linked to.
    id String

    getPoliciesLinkedToUser Result

    The following output properties are available:

    Supporting Types

    GetPoliciesLinkedToUserPolicy

    CreationDate string
    The date and time (UTC) at which the linked policy was created.
    LastModificationDate string
    The date and time (UTC) at which the linked policy was last modified.
    Orn string
    The OUTSCALE Resource Name (ORN) of the policy. For more information, see Resource Identifiers.
    PolicyId string
    The ID of the policy.
    PolicyName string
    The name of the policy.
    CreationDate string
    The date and time (UTC) at which the linked policy was created.
    LastModificationDate string
    The date and time (UTC) at which the linked policy was last modified.
    Orn string
    The OUTSCALE Resource Name (ORN) of the policy. For more information, see Resource Identifiers.
    PolicyId string
    The ID of the policy.
    PolicyName string
    The name of the policy.
    creationDate String
    The date and time (UTC) at which the linked policy was created.
    lastModificationDate String
    The date and time (UTC) at which the linked policy was last modified.
    orn String
    The OUTSCALE Resource Name (ORN) of the policy. For more information, see Resource Identifiers.
    policyId String
    The ID of the policy.
    policyName String
    The name of the policy.
    creationDate string
    The date and time (UTC) at which the linked policy was created.
    lastModificationDate string
    The date and time (UTC) at which the linked policy was last modified.
    orn string
    The OUTSCALE Resource Name (ORN) of the policy. For more information, see Resource Identifiers.
    policyId string
    The ID of the policy.
    policyName string
    The name of the policy.
    creation_date str
    The date and time (UTC) at which the linked policy was created.
    last_modification_date str
    The date and time (UTC) at which the linked policy was last modified.
    orn str
    The OUTSCALE Resource Name (ORN) of the policy. For more information, see Resource Identifiers.
    policy_id str
    The ID of the policy.
    policy_name str
    The name of the policy.
    creationDate String
    The date and time (UTC) at which the linked policy was created.
    lastModificationDate String
    The date and time (UTC) at which the linked policy was last modified.
    orn String
    The OUTSCALE Resource Name (ORN) of the policy. For more information, see Resource Identifiers.
    policyId String
    The ID of the policy.
    policyName String
    The name of the policy.

    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