1. Packages
  2. Packages
  3. Cisco ISE Provider
  4. API Docs
  5. networkaccess
  6. getDictionaryAttribute
Viewing docs for Cisco ISE v0.3.3
published on Thursday, May 14, 2026 by Pulumi
ise logo
Viewing docs for Cisco ISE v0.3.3
published on Thursday, May 14, 2026 by Pulumi

    This data source can read the Network Access Dictionary Attribute.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ise from "@pulumi/ise";
    
    const example = ise.networkaccess.getDictionaryAttribute({
        id: "Custom-Attr",
        dictionaryName: "CustomDict",
    });
    
    import pulumi
    import pulumi_ise as ise
    
    example = ise.networkaccess.get_dictionary_attribute(id="Custom-Attr",
        dictionary_name="CustomDict")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-ise/sdk/go/ise/networkaccess"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := networkaccess.LookupDictionaryAttribute(ctx, &networkaccess.LookupDictionaryAttributeArgs{
    			Id:             pulumi.StringRef("Custom-Attr"),
    			DictionaryName: "CustomDict",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ise = Pulumi.Ise;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Ise.NetworkAccess.GetDictionaryAttribute.Invoke(new()
        {
            Id = "Custom-Attr",
            DictionaryName = "CustomDict",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ise.networkaccess.NetworkaccessFunctions;
    import com.pulumi.ise.networkaccess.inputs.GetDictionaryAttributeArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    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 example = NetworkaccessFunctions.getDictionaryAttribute(GetDictionaryAttributeArgs.builder()
                .id("Custom-Attr")
                .dictionaryName("CustomDict")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ise:networkaccess:getDictionaryAttribute
          arguments:
            id: Custom-Attr
            dictionaryName: CustomDict
    
    Example coming soon!
    

    Using getDictionaryAttribute

    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 getDictionaryAttribute(args: GetDictionaryAttributeArgs, opts?: InvokeOptions): Promise<GetDictionaryAttributeResult>
    function getDictionaryAttributeOutput(args: GetDictionaryAttributeOutputArgs, opts?: InvokeOptions): Output<GetDictionaryAttributeResult>
    def get_dictionary_attribute(dictionary_name: Optional[str] = None,
                                 id: Optional[str] = None,
                                 name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetDictionaryAttributeResult
    def get_dictionary_attribute_output(dictionary_name: pulumi.Input[Optional[str]] = None,
                                 id: pulumi.Input[Optional[str]] = None,
                                 name: pulumi.Input[Optional[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetDictionaryAttributeResult]
    func LookupDictionaryAttribute(ctx *Context, args *LookupDictionaryAttributeArgs, opts ...InvokeOption) (*LookupDictionaryAttributeResult, error)
    func LookupDictionaryAttributeOutput(ctx *Context, args *LookupDictionaryAttributeOutputArgs, opts ...InvokeOption) LookupDictionaryAttributeResultOutput

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

    public static class GetDictionaryAttribute 
    {
        public static Task<GetDictionaryAttributeResult> InvokeAsync(GetDictionaryAttributeArgs args, InvokeOptions? opts = null)
        public static Output<GetDictionaryAttributeResult> Invoke(GetDictionaryAttributeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDictionaryAttributeResult> getDictionaryAttribute(GetDictionaryAttributeArgs args, InvokeOptions options)
    public static Output<GetDictionaryAttributeResult> getDictionaryAttribute(GetDictionaryAttributeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ise:networkaccess/getDictionaryAttribute:getDictionaryAttribute
      arguments:
        # arguments dictionary
    data "ise_networkaccess_getdictionaryattribute" "name" {
        # arguments
    }

    The following arguments are supported:

    DictionaryName string
    The name of the dictionary the attribute belongs to
    Id string
    The id of the object
    Name string
    The dictionary attribute name
    DictionaryName string
    The name of the dictionary the attribute belongs to
    Id string
    The id of the object
    Name string
    The dictionary attribute name
    dictionary_name string
    The name of the dictionary the attribute belongs to
    id string
    The id of the object
    name string
    The dictionary attribute name
    dictionaryName String
    The name of the dictionary the attribute belongs to
    id String
    The id of the object
    name String
    The dictionary attribute name
    dictionaryName string
    The name of the dictionary the attribute belongs to
    id string
    The id of the object
    name string
    The dictionary attribute name
    dictionary_name str
    The name of the dictionary the attribute belongs to
    id str
    The id of the object
    name str
    The dictionary attribute name
    dictionaryName String
    The name of the dictionary the attribute belongs to
    id String
    The id of the object
    name String
    The dictionary attribute name

    getDictionaryAttribute Result

    The following output properties are available:

    AllowedValues List<GetDictionaryAttributeAllowedValue>
    List of allowed values for the attribute
    DataType string
    The data type for the dictionary attribute
    Description string
    The description of the dictionary attribute
    DictionaryName string
    The name of the dictionary the attribute belongs to
    DirectionType string
    The direction type for the dictionary attribute
    Id string
    The id of the object
    InternalName string
    The internal name of the dictionary attribute
    Name string
    The dictionary attribute name
    AllowedValues []GetDictionaryAttributeAllowedValue
    List of allowed values for the attribute
    DataType string
    The data type for the dictionary attribute
    Description string
    The description of the dictionary attribute
    DictionaryName string
    The name of the dictionary the attribute belongs to
    DirectionType string
    The direction type for the dictionary attribute
    Id string
    The id of the object
    InternalName string
    The internal name of the dictionary attribute
    Name string
    The dictionary attribute name
    allowed_values list(object)
    List of allowed values for the attribute
    data_type string
    The data type for the dictionary attribute
    description string
    The description of the dictionary attribute
    dictionary_name string
    The name of the dictionary the attribute belongs to
    direction_type string
    The direction type for the dictionary attribute
    id string
    The id of the object
    internal_name string
    The internal name of the dictionary attribute
    name string
    The dictionary attribute name
    allowedValues List<GetDictionaryAttributeAllowedValue>
    List of allowed values for the attribute
    dataType String
    The data type for the dictionary attribute
    description String
    The description of the dictionary attribute
    dictionaryName String
    The name of the dictionary the attribute belongs to
    directionType String
    The direction type for the dictionary attribute
    id String
    The id of the object
    internalName String
    The internal name of the dictionary attribute
    name String
    The dictionary attribute name
    allowedValues GetDictionaryAttributeAllowedValue[]
    List of allowed values for the attribute
    dataType string
    The data type for the dictionary attribute
    description string
    The description of the dictionary attribute
    dictionaryName string
    The name of the dictionary the attribute belongs to
    directionType string
    The direction type for the dictionary attribute
    id string
    The id of the object
    internalName string
    The internal name of the dictionary attribute
    name string
    The dictionary attribute name
    allowed_values Sequence[GetDictionaryAttributeAllowedValue]
    List of allowed values for the attribute
    data_type str
    The data type for the dictionary attribute
    description str
    The description of the dictionary attribute
    dictionary_name str
    The name of the dictionary the attribute belongs to
    direction_type str
    The direction type for the dictionary attribute
    id str
    The id of the object
    internal_name str
    The internal name of the dictionary attribute
    name str
    The dictionary attribute name
    allowedValues List<Property Map>
    List of allowed values for the attribute
    dataType String
    The data type for the dictionary attribute
    description String
    The description of the dictionary attribute
    dictionaryName String
    The name of the dictionary the attribute belongs to
    directionType String
    The direction type for the dictionary attribute
    id String
    The id of the object
    internalName String
    The internal name of the dictionary attribute
    name String
    The dictionary attribute name

    Supporting Types

    GetDictionaryAttributeAllowedValue

    Key string
    The allowed value key
    Value string
    The allowed value
    Key string
    The allowed value key
    Value string
    The allowed value
    key string
    The allowed value key
    value string
    The allowed value
    key String
    The allowed value key
    value String
    The allowed value
    key string
    The allowed value key
    value string
    The allowed value
    key str
    The allowed value key
    value str
    The allowed value
    key String
    The allowed value key
    value String
    The allowed value

    Package Details

    Repository
    ise pulumi/pulumi-ise
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ise Terraform Provider.
    ise logo
    Viewing docs for Cisco ISE v0.3.3
    published on Thursday, May 14, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.