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

avi.Jwtserverprofile

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.Jwtserverprofile” sidebar_current: “docs-avi-resource-jwtserverprofile” description: |- Creates and manages Avi JWTServerProfile.

    avi.Jwtserverprofile

    The JWTServerProfile resource allows the creation and management of Avi JWTServerProfile

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const foo = new avi.Jwtserverprofile("foo", {tenantRef: "/api/tenant/?name=admin"});
    
    import pulumi
    import pulumi_avi as avi
    
    foo = avi.Jwtserverprofile("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.NewJwtserverprofile(ctx, "foo", &avi.JwtserverprofileArgs{
    			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.Jwtserverprofile("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.Jwtserverprofile;
    import com.pulumi.avi.JwtserverprofileArgs;
    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 Jwtserverprofile("foo", JwtserverprofileArgs.builder()
                .tenantRef("/api/tenant/?name=admin")
                .build());
    
        }
    }
    
    resources:
      foo:
        type: avi:Jwtserverprofile
        properties:
          tenantRef: /api/tenant/?name=admin
    

    Create Jwtserverprofile Resource

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

    Constructor syntax

    new Jwtserverprofile(name: string, args?: JwtserverprofileArgs, opts?: CustomResourceOptions);
    @overload
    def Jwtserverprofile(resource_name: str,
                         args: Optional[JwtserverprofileArgs] = None,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def Jwtserverprofile(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         configpb_attributes: Optional[Sequence[JwtserverprofileConfigpbAttributeArgs]] = None,
                         controller_internal_auths: Optional[Sequence[JwtserverprofileControllerInternalAuthArgs]] = None,
                         is_federated: Optional[str] = None,
                         issuer: Optional[str] = None,
                         jwks_keys: Optional[str] = None,
                         jwt_profile_type: Optional[str] = None,
                         jwtserverprofile_id: Optional[str] = None,
                         name: Optional[str] = None,
                         tenant_ref: Optional[str] = None,
                         uuid: Optional[str] = None)
    func NewJwtserverprofile(ctx *Context, name string, args *JwtserverprofileArgs, opts ...ResourceOption) (*Jwtserverprofile, error)
    public Jwtserverprofile(string name, JwtserverprofileArgs? args = null, CustomResourceOptions? opts = null)
    public Jwtserverprofile(String name, JwtserverprofileArgs args)
    public Jwtserverprofile(String name, JwtserverprofileArgs args, CustomResourceOptions options)
    
    type: avi:Jwtserverprofile
    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 JwtserverprofileArgs
    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 JwtserverprofileArgs
    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 JwtserverprofileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args JwtserverprofileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args JwtserverprofileArgs
    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 jwtserverprofileResource = new Avi.Jwtserverprofile("jwtserverprofileResource", new()
    {
        ConfigpbAttributes = new[]
        {
            new Avi.Inputs.JwtserverprofileConfigpbAttributeArgs
            {
                Version = "string",
            },
        },
        ControllerInternalAuths = new[]
        {
            new Avi.Inputs.JwtserverprofileControllerInternalAuthArgs
            {
                SymmetricJwksKeys = new[]
                {
                    new Avi.Inputs.JwtserverprofileControllerInternalAuthSymmetricJwksKeyArgs
                    {
                        Key = "string",
                        Kid = "string",
                        Alg = "string",
                        Kty = "string",
                    },
                },
            },
        },
        IsFederated = "string",
        Issuer = "string",
        JwksKeys = "string",
        JwtProfileType = "string",
        JwtserverprofileId = "string",
        Name = "string",
        TenantRef = "string",
        Uuid = "string",
    });
    
    example, err := avi.NewJwtserverprofile(ctx, "jwtserverprofileResource", &avi.JwtserverprofileArgs{
    	ConfigpbAttributes: avi.JwtserverprofileConfigpbAttributeArray{
    		&avi.JwtserverprofileConfigpbAttributeArgs{
    			Version: pulumi.String("string"),
    		},
    	},
    	ControllerInternalAuths: avi.JwtserverprofileControllerInternalAuthArray{
    		&avi.JwtserverprofileControllerInternalAuthArgs{
    			SymmetricJwksKeys: avi.JwtserverprofileControllerInternalAuthSymmetricJwksKeyArray{
    				&avi.JwtserverprofileControllerInternalAuthSymmetricJwksKeyArgs{
    					Key: pulumi.String("string"),
    					Kid: pulumi.String("string"),
    					Alg: pulumi.String("string"),
    					Kty: pulumi.String("string"),
    				},
    			},
    		},
    	},
    	IsFederated:        pulumi.String("string"),
    	Issuer:             pulumi.String("string"),
    	JwksKeys:           pulumi.String("string"),
    	JwtProfileType:     pulumi.String("string"),
    	JwtserverprofileId: pulumi.String("string"),
    	Name:               pulumi.String("string"),
    	TenantRef:          pulumi.String("string"),
    	Uuid:               pulumi.String("string"),
    })
    
    var jwtserverprofileResource = new Jwtserverprofile("jwtserverprofileResource", JwtserverprofileArgs.builder()
        .configpbAttributes(JwtserverprofileConfigpbAttributeArgs.builder()
            .version("string")
            .build())
        .controllerInternalAuths(JwtserverprofileControllerInternalAuthArgs.builder()
            .symmetricJwksKeys(JwtserverprofileControllerInternalAuthSymmetricJwksKeyArgs.builder()
                .key("string")
                .kid("string")
                .alg("string")
                .kty("string")
                .build())
            .build())
        .isFederated("string")
        .issuer("string")
        .jwksKeys("string")
        .jwtProfileType("string")
        .jwtserverprofileId("string")
        .name("string")
        .tenantRef("string")
        .uuid("string")
        .build());
    
    jwtserverprofile_resource = avi.Jwtserverprofile("jwtserverprofileResource",
        configpb_attributes=[{
            "version": "string",
        }],
        controller_internal_auths=[{
            "symmetric_jwks_keys": [{
                "key": "string",
                "kid": "string",
                "alg": "string",
                "kty": "string",
            }],
        }],
        is_federated="string",
        issuer="string",
        jwks_keys="string",
        jwt_profile_type="string",
        jwtserverprofile_id="string",
        name="string",
        tenant_ref="string",
        uuid="string")
    
    const jwtserverprofileResource = new avi.Jwtserverprofile("jwtserverprofileResource", {
        configpbAttributes: [{
            version: "string",
        }],
        controllerInternalAuths: [{
            symmetricJwksKeys: [{
                key: "string",
                kid: "string",
                alg: "string",
                kty: "string",
            }],
        }],
        isFederated: "string",
        issuer: "string",
        jwksKeys: "string",
        jwtProfileType: "string",
        jwtserverprofileId: "string",
        name: "string",
        tenantRef: "string",
        uuid: "string",
    });
    
    type: avi:Jwtserverprofile
    properties:
        configpbAttributes:
            - version: string
        controllerInternalAuths:
            - symmetricJwksKeys:
                - alg: string
                  key: string
                  kid: string
                  kty: string
        isFederated: string
        issuer: string
        jwksKeys: string
        jwtProfileType: string
        jwtserverprofileId: string
        name: string
        tenantRef: string
        uuid: string
    

    Jwtserverprofile 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 Jwtserverprofile resource accepts the following input properties:

    ConfigpbAttributes List<JwtserverprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerInternalAuths List<JwtserverprofileControllerInternalAuth>
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    IsFederated string
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    Issuer string
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwksKeys string
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwtProfileType string
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwtserverprofileId string
    Name string
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    ConfigpbAttributes []JwtserverprofileConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerInternalAuths []JwtserverprofileControllerInternalAuthArgs
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    IsFederated string
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    Issuer string
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwksKeys string
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwtProfileType string
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwtserverprofileId string
    Name string
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes List<JwtserverprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerInternalAuths List<JwtserverprofileControllerInternalAuth>
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    isFederated String
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    issuer String
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwksKeys String
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtProfileType String
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtserverprofileId String
    name String
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes JwtserverprofileConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerInternalAuths JwtserverprofileControllerInternalAuth[]
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    isFederated string
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    issuer string
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwksKeys string
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtProfileType string
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtserverprofileId string
    name string
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpb_attributes Sequence[JwtserverprofileConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controller_internal_auths Sequence[JwtserverprofileControllerInternalAuthArgs]
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    is_federated str
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    issuer str
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwks_keys str
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwt_profile_type str
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtserverprofile_id str
    name str
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenant_ref str
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes 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.
    controllerInternalAuths List<Property Map>
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    isFederated String
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    issuer String
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwksKeys String
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtProfileType String
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtserverprofileId String
    name String
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Jwtserverprofile 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 Jwtserverprofile Resource

    Get an existing Jwtserverprofile 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?: JwtserverprofileState, opts?: CustomResourceOptions): Jwtserverprofile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            configpb_attributes: Optional[Sequence[JwtserverprofileConfigpbAttributeArgs]] = None,
            controller_internal_auths: Optional[Sequence[JwtserverprofileControllerInternalAuthArgs]] = None,
            is_federated: Optional[str] = None,
            issuer: Optional[str] = None,
            jwks_keys: Optional[str] = None,
            jwt_profile_type: Optional[str] = None,
            jwtserverprofile_id: Optional[str] = None,
            name: Optional[str] = None,
            tenant_ref: Optional[str] = None,
            uuid: Optional[str] = None) -> Jwtserverprofile
    func GetJwtserverprofile(ctx *Context, name string, id IDInput, state *JwtserverprofileState, opts ...ResourceOption) (*Jwtserverprofile, error)
    public static Jwtserverprofile Get(string name, Input<string> id, JwtserverprofileState? state, CustomResourceOptions? opts = null)
    public static Jwtserverprofile get(String name, Output<String> id, JwtserverprofileState state, CustomResourceOptions options)
    resources:  _:    type: avi:Jwtserverprofile    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:
    ConfigpbAttributes List<JwtserverprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerInternalAuths List<JwtserverprofileControllerInternalAuth>
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    IsFederated string
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    Issuer string
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwksKeys string
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwtProfileType string
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwtserverprofileId string
    Name string
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    ConfigpbAttributes []JwtserverprofileConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ControllerInternalAuths []JwtserverprofileControllerInternalAuthArgs
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    IsFederated string
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    Issuer string
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwksKeys string
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwtProfileType string
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    JwtserverprofileId string
    Name string
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes List<JwtserverprofileConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerInternalAuths List<JwtserverprofileControllerInternalAuth>
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    isFederated String
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    issuer String
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwksKeys String
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtProfileType String
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtserverprofileId String
    name String
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes JwtserverprofileConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controllerInternalAuths JwtserverprofileControllerInternalAuth[]
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    isFederated string
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    issuer string
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwksKeys string
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtProfileType string
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtserverprofileId string
    name string
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef string
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpb_attributes Sequence[JwtserverprofileConfigpbAttributeArgs]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    controller_internal_auths Sequence[JwtserverprofileControllerInternalAuthArgs]
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    is_federated str
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    issuer str
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwks_keys str
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwt_profile_type str
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtserverprofile_id str
    name str
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenant_ref str
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes 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.
    controllerInternalAuths List<Property Map>
    Jwt auth configuration for profile_type controller_internal_auth. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    isFederated String
    This field describes the object's replication scope. If the field is set to false, then the object is visible within the controller-cluster. If the field is set to true, then the object is replicated across the federation. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    issuer String
    Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwksKeys String
    Jwks key set used for validating the jwt, only allowed with profile_type client_auth. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtProfileType String
    Type of jwt server profile which defines the usage type. Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    jwtserverprofileId String
    name String
    Name of the jwt profile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid of the jwtprofile. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.

    Supporting Types

    JwtserverprofileConfigpbAttribute, JwtserverprofileConfigpbAttributeArgs

    Version string
    Version string
    version String
    version string
    version String

    JwtserverprofileControllerInternalAuth, JwtserverprofileControllerInternalAuthArgs

    JwtserverprofileControllerInternalAuthSymmetricJwksKey, JwtserverprofileControllerInternalAuthSymmetricJwksKeyArgs

    Key string
    Kid string
    Alg string
    Kty string
    Key string
    Kid string
    Alg string
    Kty string
    key String
    kid String
    alg String
    kty String
    key string
    kid string
    alg string
    kty string
    key str
    kid str
    alg str
    kty str
    key String
    kid String
    alg String
    kty 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