Viewing docs for Cisco ISE v0.3.3
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
Viewing docs for Cisco ISE v0.3.3
published on Thursday, May 14, 2026 by Pulumi
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 dictionarydata "ise_networkaccess_getdictionaryattribute" "name" {
# arguments
}The following arguments are supported:
- 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
- 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
- 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
- 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
- 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
- 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
- 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
getDictionaryAttribute Result
The following output properties are available:
- Allowed
Values List<GetDictionary Attribute Allowed Value> - 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
- Allowed
Values []GetDictionary Attribute Allowed Value - 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
- 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
- allowed
Values List<GetDictionary Attribute Allowed Value> - 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
- allowed
Values GetDictionary Attribute Allowed Value[] - 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
- allowed_
values Sequence[GetDictionary Attribute Allowed Value] - 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
- allowed
Values List<Property Map> - 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
Supporting Types
GetDictionaryAttributeAllowedValue
Package Details
- Repository
- ise pulumi/pulumi-ise
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
iseTerraform Provider.
Viewing docs for Cisco ISE v0.3.3
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
