1. Packages
  2. Avi Provider
  3. API Docs
  4. Authmappingprofile
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.Authmappingprofile

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “Avi: avi.Authmappingprofile” sidebar_current: “docs-avi-resource-authmappingprofile” description: |- Creates and manages Avi AuthMappingProfile.

    avi.Authmappingprofile

    The AuthMappingProfile resource allows the creation and management of Avi AuthMappingProfile

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const foo = new avi.Authmappingprofile("foo", {tenantRef: "/api/tenant/?name=admin"});
    
    import pulumi
    import pulumi_avi as avi
    
    foo = avi.Authmappingprofile("foo", tenant_ref="/api/tenant/?name=admin")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := avi.NewAuthmappingprofile(ctx, "foo", &avi.AuthmappingprofileArgs{
    			TenantRef: pulumi.String("/api/tenant/?name=admin"),
    		})
    		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 foo = new Avi.Authmappingprofile("foo", new()
        {
            TenantRef = "/api/tenant/?name=admin",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.Authmappingprofile;
    import com.pulumi.avi.AuthmappingprofileArgs;
    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) {
            var foo = new Authmappingprofile("foo", AuthmappingprofileArgs.builder()
                .tenantRef("/api/tenant/?name=admin")
                .build());
    
        }
    }
    
    resources:
      foo:
        type: avi:Authmappingprofile
        properties:
          tenantRef: /api/tenant/?name=admin
    

    Create Authmappingprofile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Authmappingprofile(name: string, args: AuthmappingprofileArgs, opts?: CustomResourceOptions);
    @overload
    def Authmappingprofile(resource_name: str,
                           args: AuthmappingprofileArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def Authmappingprofile(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           mapping_rules: Optional[Sequence[AuthmappingprofileMappingRuleArgs]] = None,
                           type: Optional[str] = None,
                           authmappingprofile_id: Optional[str] = None,
                           configpb_attributes: Optional[Sequence[AuthmappingprofileConfigpbAttributeArgs]] = None,
                           description: Optional[str] = None,
                           name: Optional[str] = None,
                           tenant_ref: Optional[str] = None,
                           uuid: Optional[str] = None)
    func NewAuthmappingprofile(ctx *Context, name string, args AuthmappingprofileArgs, opts ...ResourceOption) (*Authmappingprofile, error)
    public Authmappingprofile(string name, AuthmappingprofileArgs args, CustomResourceOptions? opts = null)
    public Authmappingprofile(String name, AuthmappingprofileArgs args)
    public Authmappingprofile(String name, AuthmappingprofileArgs args, CustomResourceOptions options)
    
    type: avi:Authmappingprofile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AuthmappingprofileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AuthmappingprofileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AuthmappingprofileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AuthmappingprofileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AuthmappingprofileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var authmappingprofileResource = new Avi.Authmappingprofile("authmappingprofileResource", new()
    {
        MappingRules = new[]
        {
            new Avi.Inputs.AuthmappingprofileMappingRuleArgs
            {
                Index = "string",
                IsSuperuser = "string",
                RoleRefs = new[]
                {
                    "string",
                },
                AssignUserprofile = "string",
                AttributeMatches = new[]
                {
                    new Avi.Inputs.AuthmappingprofileMappingRuleAttributeMatchArgs
                    {
                        Criteria = "string",
                        Name = "string",
                        Values = new[]
                        {
                            "string",
                        },
                    },
                },
                DefaultTenantRef = "string",
                GroupMatches = new[]
                {
                    new Avi.Inputs.AuthmappingprofileMappingRuleGroupMatchArgs
                    {
                        Criteria = "string",
                        Groups = new[]
                        {
                            "string",
                        },
                    },
                },
                AssignTenant = "string",
                PolicyAttributeName = "string",
                AssignRole = "string",
                RoleAttributeName = "string",
                AssignPolicy = "string",
                TenantAttributeName = "string",
                TenantRefs = new[]
                {
                    "string",
                },
                UserprofileAttributeName = "string",
                UserprofileRef = "string",
            },
        },
        Type = "string",
        AuthmappingprofileId = "string",
        ConfigpbAttributes = new[]
        {
            new Avi.Inputs.AuthmappingprofileConfigpbAttributeArgs
            {
                Version = "string",
            },
        },
        Description = "string",
        Name = "string",
        TenantRef = "string",
        Uuid = "string",
    });
    
    example, err := avi.NewAuthmappingprofile(ctx, "authmappingprofileResource", &avi.AuthmappingprofileArgs{
    	MappingRules: avi.AuthmappingprofileMappingRuleArray{
    		&avi.AuthmappingprofileMappingRuleArgs{
    			Index:       pulumi.String("string"),
    			IsSuperuser: pulumi.String("string"),
    			RoleRefs: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			AssignUserprofile: pulumi.String("string"),
    			AttributeMatches: avi.AuthmappingprofileMappingRuleAttributeMatchArray{
    				&avi.AuthmappingprofileMappingRuleAttributeMatchArgs{
    					Criteria: pulumi.String("string"),
    					Name:     pulumi.String("string"),
    					Values: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    				},
    			},
    			DefaultTenantRef: pulumi.String("string"),
    			GroupMatches: avi.AuthmappingprofileMappingRuleGroupMatchArray{
    				&avi.AuthmappingprofileMappingRuleGroupMatchArgs{
    					Criteria: pulumi.String("string"),
    					Groups: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    				},
    			},
    			AssignTenant:        pulumi.String("string"),
    			PolicyAttributeName: pulumi.String("string"),
    			AssignRole:          pulumi.String("string"),
    			RoleAttributeName:   pulumi.String("string"),
    			AssignPolicy:        pulumi.String("string"),
    			TenantAttributeName: pulumi.String("string"),
    			TenantRefs: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			UserprofileAttributeName: pulumi.String("string"),
    			UserprofileRef:           pulumi.String("string"),
    		},
    	},
    	Type:                 pulumi.String("string"),
    	AuthmappingprofileId: pulumi.String("string"),
    	ConfigpbAttributes: avi.AuthmappingprofileConfigpbAttributeArray{
    		&avi.AuthmappingprofileConfigpbAttributeArgs{
    			Version: pulumi.String("string"),
    		},
    	},
    	Description: pulumi.String("string"),
    	Name:        pulumi.String("string"),
    	TenantRef:   pulumi.String("string"),
    	Uuid:        pulumi.String("string"),
    })
    
    var authmappingprofileResource = new Authmappingprofile("authmappingprofileResource", AuthmappingprofileArgs.builder()
        .mappingRules(AuthmappingprofileMappingRuleArgs.builder()
            .index("string")
            .isSuperuser("string")
            .roleRefs("string")
            .assignUserprofile("string")
            .attributeMatches(AuthmappingprofileMappingRuleAttributeMatchArgs.builder()
                .criteria("string")
                .name("string")
                .values("string")
                .build())
            .defaultTenantRef("string")
            .groupMatches(AuthmappingprofileMappingRuleGroupMatchArgs.builder()
                .criteria("string")
                .groups("string")
                .build())
            .assignTenant("string")
            .policyAttributeName("string")
            .assignRole("string")
            .roleAttributeName("string")
            .assignPolicy("string")
            .tenantAttributeName("string")
            .tenantRefs("string")
            .userprofileAttributeName("string")
            .userprofileRef("string")
            .build())
        .type("string")
        .authmappingprofileId("string")
        .configpbAttributes(AuthmappingprofileConfigpbAttributeArgs.builder()
            .version("string")
            .build())
        .description("string")
        .name("string")
        .tenantRef("string")
        .uuid("string")
        .build());
    
    authmappingprofile_resource = avi.Authmappingprofile("authmappingprofileResource",
        mapping_rules=[{
            "index": "string",
            "is_superuser": "string",
            "role_refs": ["string"],
            "assign_userprofile": "string",
            "attribute_matches": [{
                "criteria": "string",
                "name": "string",
                "values": ["string"],
            }],
            "default_tenant_ref": "string",
            "group_matches": [{
                "criteria": "string",
                "groups": ["string"],
            }],
            "assign_tenant": "string",
            "policy_attribute_name": "string",
            "assign_role": "string",
            "role_attribute_name": "string",
            "assign_policy": "string",
            "tenant_attribute_name": "string",
            "tenant_refs": ["string"],
            "userprofile_attribute_name": "string",
            "userprofile_ref": "string",
        }],
        type="string",
        authmappingprofile_id="string",
        configpb_attributes=[{
            "version": "string",
        }],
        description="string",
        name="string",
        tenant_ref="string",
        uuid="string")
    
    const authmappingprofileResource = new avi.Authmappingprofile("authmappingprofileResource", {
        mappingRules: [{
            index: "string",
            isSuperuser: "string",
            roleRefs: ["string"],
            assignUserprofile: "string",
            attributeMatches: [{
                criteria: "string",
                name: "string",
                values: ["string"],
            }],
            defaultTenantRef: "string",
            groupMatches: [{
                criteria: "string",
                groups: ["string"],
            }],
            assignTenant: "string",
            policyAttributeName: "string",
            assignRole: "string",
            roleAttributeName: "string",
            assignPolicy: "string",
            tenantAttributeName: "string",
            tenantRefs: ["string"],
            userprofileAttributeName: "string",
            userprofileRef: "string",
        }],
        type: "string",
        authmappingprofileId: "string",
        configpbAttributes: [{
            version: "string",
        }],
        description: "string",
        name: "string",
        tenantRef: "string",
        uuid: "string",
    });
    
    type: avi:Authmappingprofile
    properties:
        authmappingprofileId: string
        configpbAttributes:
            - version: string
        description: string
        mappingRules:
            - assignPolicy: string
              assignRole: string
              assignTenant: string
              assignUserprofile: string
              attributeMatches:
                - criteria: string
                  name: string
                  values:
                    - string
              defaultTenantRef: string
              groupMatches:
                - criteria: string
                  groups:
                    - string
              index: string
              isSuperuser: string
              policyAttributeName: string
              roleAttributeName: string
              roleRefs:
                - string
              tenantAttributeName: string
              tenantRefs:
                - string
              userprofileAttributeName: string
              userprofileRef: string
        name: string
        tenantRef: string
        type: string
        uuid: string
    

    Authmappingprofile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Authmappingprofile resource accepts the following input properties:

    MappingRules List<AuthmappingprofileMappingRule>
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    Type string
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    AuthmappingprofileId string
    ConfigpbAttributes List<AuthmappingprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Description string
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    MappingRules []AuthmappingprofileMappingRuleArgs
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    Type string
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    AuthmappingprofileId string
    ConfigpbAttributes []AuthmappingprofileConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Description string
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mappingRules List<AuthmappingprofileMappingRule>
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    type String
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    authmappingprofileId String
    configpbAttributes List<AuthmappingprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description String
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mappingRules AuthmappingprofileMappingRule[]
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    type string
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    authmappingprofileId string
    configpbAttributes AuthmappingprofileConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description string
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name string
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef string
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mapping_rules Sequence[AuthmappingprofileMappingRuleArgs]
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    type str
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    authmappingprofile_id str
    configpb_attributes Sequence[AuthmappingprofileConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description str
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name str
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenant_ref str
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mappingRules List<Property Map>
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    type String
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    authmappingprofileId String
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description String
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Authmappingprofile resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Authmappingprofile Resource

    Get an existing Authmappingprofile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AuthmappingprofileState, opts?: CustomResourceOptions): Authmappingprofile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            authmappingprofile_id: Optional[str] = None,
            configpb_attributes: Optional[Sequence[AuthmappingprofileConfigpbAttributeArgs]] = None,
            description: Optional[str] = None,
            mapping_rules: Optional[Sequence[AuthmappingprofileMappingRuleArgs]] = None,
            name: Optional[str] = None,
            tenant_ref: Optional[str] = None,
            type: Optional[str] = None,
            uuid: Optional[str] = None) -> Authmappingprofile
    func GetAuthmappingprofile(ctx *Context, name string, id IDInput, state *AuthmappingprofileState, opts ...ResourceOption) (*Authmappingprofile, error)
    public static Authmappingprofile Get(string name, Input<string> id, AuthmappingprofileState? state, CustomResourceOptions? opts = null)
    public static Authmappingprofile get(String name, Output<String> id, AuthmappingprofileState state, CustomResourceOptions options)
    resources:  _:    type: avi:Authmappingprofile    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AuthmappingprofileId string
    ConfigpbAttributes List<AuthmappingprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Description string
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    MappingRules List<AuthmappingprofileMappingRule>
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Type string
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    AuthmappingprofileId string
    ConfigpbAttributes []AuthmappingprofileConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Description string
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    MappingRules []AuthmappingprofileMappingRuleArgs
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Type string
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    authmappingprofileId String
    configpbAttributes List<AuthmappingprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description String
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mappingRules List<AuthmappingprofileMappingRule>
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type String
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    authmappingprofileId string
    configpbAttributes AuthmappingprofileConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description string
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mappingRules AuthmappingprofileMappingRule[]
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    name string
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef string
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type string
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    authmappingprofile_id str
    configpb_attributes Sequence[AuthmappingprofileConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description str
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mapping_rules Sequence[AuthmappingprofileMappingRuleArgs]
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    name str
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenant_ref str
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type str
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    authmappingprofileId String
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 22.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description String
    Description for the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    mappingRules List<Property Map>
    Rules list for tenant or role mapping. Field introduced in 22.1.1. Minimum of 1 items required. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Tenant ref for the auth mapping profile. It is a reference to an object of type tenant. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type String
    Type of the auth profile for which these rules can be linked. Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML, AUTH_PROFILE_PINGACCESS, AUTH_PROFILE_JWT, AUTH_PROFILE_OAUTH. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    Supporting Types

    AuthmappingprofileConfigpbAttribute, AuthmappingprofileConfigpbAttributeArgs

    Version string
    Version string
    version String
    version string
    version String

    AuthmappingprofileMappingRule, AuthmappingprofileMappingRuleArgs

    AuthmappingprofileMappingRuleAttributeMatch, AuthmappingprofileMappingRuleAttributeMatchArgs

    Criteria string
    Name string
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Values List<string>
    Criteria string
    Name string
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Values []string
    criteria String
    name String
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    values List<String>
    criteria string
    name string
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    values string[]
    criteria str
    name str
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    values Sequence[str]
    criteria String
    name String
    Name of the authmappingprofile. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    values List<String>

    AuthmappingprofileMappingRuleGroupMatch, AuthmappingprofileMappingRuleGroupMatchArgs

    Criteria string
    Groups List<string>
    Criteria string
    Groups []string
    criteria String
    groups List<String>
    criteria string
    groups string[]
    criteria str
    groups Sequence[str]
    criteria String
    groups List<String>

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware