Viewing docs for avi 32.1.1
published on Tuesday, May 19, 2026 by vmware
published on Tuesday, May 19, 2026 by vmware
Viewing docs for avi 32.1.1
published on Tuesday, May 19, 2026 by vmware
published on Tuesday, May 19, 2026 by vmware
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Useraccountprofile” sidebar_current: “docs-avi-datasource-useraccountprofile” description: |- Get information of Avi UserAccountProfile.
avi.Useraccountprofile
This data source is used to to get avi.Useraccountprofile objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooUseraccountprofile = avi.getUseraccountprofile({
uuid: "useraccountprofile-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name: "foo",
});
import pulumi
import pulumi_avi as avi
foo_useraccountprofile = avi.get_useraccountprofile(uuid="useraccountprofile-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name="foo")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v32/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupUseraccountprofile(ctx, &avi.LookupUseraccountprofileArgs{
Uuid: pulumi.StringRef("useraccountprofile-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
Name: pulumi.StringRef("foo"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooUseraccountprofile = Avi.GetUseraccountprofile.Invoke(new()
{
Uuid = "useraccountprofile-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
Name = "foo",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetUseraccountprofileArgs;
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 fooUseraccountprofile = AviFunctions.getUseraccountprofile(GetUseraccountprofileArgs.builder()
.uuid("useraccountprofile-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.name("foo")
.build());
}
}
variables:
fooUseraccountprofile:
fn::invoke:
function: avi:getUseraccountprofile
arguments:
uuid: useraccountprofile-f9cf6b3e-a411-436f-95e2-2982ba2b217b
name: foo
Example coming soon!
Using getUseraccountprofile
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 getUseraccountprofile(args: GetUseraccountprofileArgs, opts?: InvokeOptions): Promise<GetUseraccountprofileResult>
function getUseraccountprofileOutput(args: GetUseraccountprofileOutputArgs, opts?: InvokeOptions): Output<GetUseraccountprofileResult>def get_useraccountprofile(id: Optional[str] = None,
name: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUseraccountprofileResult
def get_useraccountprofile_output(id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
uuid: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUseraccountprofileResult]func LookupUseraccountprofile(ctx *Context, args *LookupUseraccountprofileArgs, opts ...InvokeOption) (*LookupUseraccountprofileResult, error)
func LookupUseraccountprofileOutput(ctx *Context, args *LookupUseraccountprofileOutputArgs, opts ...InvokeOption) LookupUseraccountprofileResultOutput> Note: This function is named LookupUseraccountprofile in the Go SDK.
public static class GetUseraccountprofile
{
public static Task<GetUseraccountprofileResult> InvokeAsync(GetUseraccountprofileArgs args, InvokeOptions? opts = null)
public static Output<GetUseraccountprofileResult> Invoke(GetUseraccountprofileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUseraccountprofileResult> getUseraccountprofile(GetUseraccountprofileArgs args, InvokeOptions options)
public static Output<GetUseraccountprofileResult> getUseraccountprofile(GetUseraccountprofileArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getUseraccountprofile:getUseraccountprofile
arguments:
# arguments dictionarydata "avi_getuseraccountprofile" "name" {
# arguments
}The following arguments are supported:
getUseraccountprofile Result
The following output properties are available:
- Complexity
Constraints List<GetUseraccountprofile Complexity Constraint> - Password complexity constraints for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<GetUseraccountprofile Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Expiration
Constraints List<GetUseraccountprofile Expiration Constraint> - Password expiration settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Lockout
Constraints List<GetUseraccountprofile Lockout Constraint> - Account lockout settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Max
Concurrent stringSessions - Maximum number of concurrent sessions allowed. There are unlimited sessions by default. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Complexity
Constraints []GetUseraccountprofile Complexity Constraint - Password complexity constraints for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []GetUseraccountprofile Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Expiration
Constraints []GetUseraccountprofile Expiration Constraint - Password expiration settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Lockout
Constraints []GetUseraccountprofile Lockout Constraint - Account lockout settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Max
Concurrent stringSessions - Maximum number of concurrent sessions allowed. There are unlimited sessions by default. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- complexity_
constraints list(object) - Password complexity constraints for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes list(object) - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- expiration_
constraints list(object) - Password expiration settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- lockout_
constraints list(object) - Account lockout settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- max_
concurrent_ stringsessions - Maximum number of concurrent sessions allowed. There are unlimited sessions by default. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- complexity
Constraints List<GetUseraccountprofile Complexity Constraint> - Password complexity constraints for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<GetUseraccountprofile Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- expiration
Constraints List<GetUseraccountprofile Expiration Constraint> - Password expiration settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- lockout
Constraints List<GetUseraccountprofile Lockout Constraint> - Account lockout settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- max
Concurrent StringSessions - Maximum number of concurrent sessions allowed. There are unlimited sessions by default. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- complexity
Constraints GetUseraccountprofile Complexity Constraint[] - Password complexity constraints for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes GetUseraccountprofile Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- expiration
Constraints GetUseraccountprofile Expiration Constraint[] - Password expiration settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- lockout
Constraints GetUseraccountprofile Lockout Constraint[] - Account lockout settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- max
Concurrent stringSessions - Maximum number of concurrent sessions allowed. There are unlimited sessions by default. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- complexity_
constraints Sequence[GetUseraccountprofile Complexity Constraint] - Password complexity constraints for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetUseraccountprofile Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- expiration_
constraints Sequence[GetUseraccountprofile Expiration Constraint] - Password expiration settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- lockout_
constraints Sequence[GetUseraccountprofile Lockout Constraint] - Account lockout settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- max_
concurrent_ strsessions - Maximum number of concurrent sessions allowed. There are unlimited sessions by default. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- complexity
Constraints List<Property Map> - Password complexity constraints for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- expiration
Constraints List<Property Map> - Password expiration settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- lockout
Constraints List<Property Map> - Account lockout settings for the user account profile. Field introduced in 32.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- max
Concurrent StringSessions - Maximum number of concurrent sessions allowed. There are unlimited sessions by default. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetUseraccountprofileComplexityConstraint
- Min
Length string - Min
Lowercase string - Min
Numeric string - Min
Special string - Min
Uppercase string - Password
History string
- Min
Length string - Min
Lowercase string - Min
Numeric string - Min
Special string - Min
Uppercase string - Password
History string
- min_
length string - min_
lowercase string - min_
numeric string - min_
special string - min_
uppercase string - password_
history string
- min
Length String - min
Lowercase String - min
Numeric String - min
Special String - min
Uppercase String - password
History String
- min
Length string - min
Lowercase string - min
Numeric string - min
Special string - min
Uppercase string - password
History string
- min_
length str - min_
lowercase str - min_
numeric str - min_
special str - min_
uppercase str - password_
history str
- min
Length String - min
Lowercase String - min
Numeric String - min
Special String - min
Uppercase String - password
History String
GetUseraccountprofileConfigpbAttribute
- created_
by string - version string
- created_
by str - version str
GetUseraccountprofileExpirationConstraint
- Password
Expiration stringDays
- Password
Expiration stringDays
- password_
expiration_ stringdays
- password
Expiration StringDays
- password
Expiration stringDays
- password
Expiration StringDays
GetUseraccountprofileLockoutConstraint
- Lockout
Evaluation stringPeriod - Lockout
Max stringAuth Failures - Lockout
Period string
- Lockout
Evaluation stringPeriod - Lockout
Max stringAuth Failures - Lockout
Period string
- lockout_
evaluation_ stringperiod - lockout_
max_ stringauth_ failures - lockout_
period string
- lockout
Evaluation StringPeriod - lockout
Max StringAuth Failures - lockout
Period String
- lockout
Evaluation stringPeriod - lockout
Max stringAuth Failures - lockout
Period string
- lockout
Evaluation StringPeriod - lockout
Max StringAuth Failures - lockout
Period String
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
Viewing docs for avi 32.1.1
published on Tuesday, May 19, 2026 by vmware
published on Tuesday, May 19, 2026 by vmware