1. Packages
  2. Cisco ISE Provider
  3. API Docs
  4. identitymanagement
  5. getIdentitySourceSequence
Cisco ISE v0.2.1 published on Saturday, Mar 15, 2025 by Pulumi

ise.identitymanagement.getIdentitySourceSequence

Explore with Pulumi AI

This data source can read the Identity Source Sequence.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as ise from "@pulumi/ise";

const example = ise.identitymanagement.getIdentitySourceSequence({
    id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
});
Copy
import pulumi
import pulumi_ise as ise

example = ise.identitymanagement.get_identity_source_sequence(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
Copy
package main

import (
	"github.com/pulumi/pulumi-ise/sdk/go/ise/identitymanagement"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := identitymanagement.LookupIdentitySourceSequence(ctx, &identitymanagement.LookupIdentitySourceSequenceArgs{
			Id: pulumi.StringRef("76d24097-41c4-4558-a4d0-a8c07ac08470"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ise = Pulumi.Ise;

return await Deployment.RunAsync(() => 
{
    var example = Ise.IdentityManagement.GetIdentitySourceSequence.Invoke(new()
    {
        Id = "76d24097-41c4-4558-a4d0-a8c07ac08470",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ise.identitymanagement.IdentitymanagementFunctions;
import com.pulumi.ise.identitymanagement.inputs.GetIdentitySourceSequenceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = IdentitymanagementFunctions.getIdentitySourceSequence(GetIdentitySourceSequenceArgs.builder()
            .id("76d24097-41c4-4558-a4d0-a8c07ac08470")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: ise:identitymanagement:getIdentitySourceSequence
      arguments:
        id: 76d24097-41c4-4558-a4d0-a8c07ac08470
Copy

Using getIdentitySourceSequence

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 getIdentitySourceSequence(args: GetIdentitySourceSequenceArgs, opts?: InvokeOptions): Promise<GetIdentitySourceSequenceResult>
function getIdentitySourceSequenceOutput(args: GetIdentitySourceSequenceOutputArgs, opts?: InvokeOptions): Output<GetIdentitySourceSequenceResult>
Copy
def get_identity_source_sequence(id: Optional[str] = None,
                                 name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetIdentitySourceSequenceResult
def get_identity_source_sequence_output(id: Optional[pulumi.Input[str]] = None,
                                 name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetIdentitySourceSequenceResult]
Copy
func LookupIdentitySourceSequence(ctx *Context, args *LookupIdentitySourceSequenceArgs, opts ...InvokeOption) (*LookupIdentitySourceSequenceResult, error)
func LookupIdentitySourceSequenceOutput(ctx *Context, args *LookupIdentitySourceSequenceOutputArgs, opts ...InvokeOption) LookupIdentitySourceSequenceResultOutput
Copy

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

public static class GetIdentitySourceSequence 
{
    public static Task<GetIdentitySourceSequenceResult> InvokeAsync(GetIdentitySourceSequenceArgs args, InvokeOptions? opts = null)
    public static Output<GetIdentitySourceSequenceResult> Invoke(GetIdentitySourceSequenceInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIdentitySourceSequenceResult> getIdentitySourceSequence(GetIdentitySourceSequenceArgs args, InvokeOptions options)
public static Output<GetIdentitySourceSequenceResult> getIdentitySourceSequence(GetIdentitySourceSequenceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ise:identitymanagement/getIdentitySourceSequence:getIdentitySourceSequence
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
The id of the object
Name string
The name of the identity source sequence
Id string
The id of the object
Name string
The name of the identity source sequence
id String
The id of the object
name String
The name of the identity source sequence
id string
The id of the object
name string
The name of the identity source sequence
id str
The id of the object
name str
The name of the identity source sequence
id String
The id of the object
name String
The name of the identity source sequence

getIdentitySourceSequence Result

The following output properties are available:

BreakOnStoreFail bool
Do not access other stores in the sequence if a selected identity store cannot be accessed for authentication
CertificateAuthenticationProfile string
Certificate Authentication Profile, empty if doesn't exist
Description string
Description
Id string
The id of the object
IdentitySources List<GetIdentitySourceSequenceIdentitySource>
Name string
The name of the identity source sequence
BreakOnStoreFail bool
Do not access other stores in the sequence if a selected identity store cannot be accessed for authentication
CertificateAuthenticationProfile string
Certificate Authentication Profile, empty if doesn't exist
Description string
Description
Id string
The id of the object
IdentitySources []GetIdentitySourceSequenceIdentitySource
Name string
The name of the identity source sequence
breakOnStoreFail Boolean
Do not access other stores in the sequence if a selected identity store cannot be accessed for authentication
certificateAuthenticationProfile String
Certificate Authentication Profile, empty if doesn't exist
description String
Description
id String
The id of the object
identitySources List<GetIdentitySourceSequenceIdentitySource>
name String
The name of the identity source sequence
breakOnStoreFail boolean
Do not access other stores in the sequence if a selected identity store cannot be accessed for authentication
certificateAuthenticationProfile string
Certificate Authentication Profile, empty if doesn't exist
description string
Description
id string
The id of the object
identitySources GetIdentitySourceSequenceIdentitySource[]
name string
The name of the identity source sequence
break_on_store_fail bool
Do not access other stores in the sequence if a selected identity store cannot be accessed for authentication
certificate_authentication_profile str
Certificate Authentication Profile, empty if doesn't exist
description str
Description
id str
The id of the object
identity_sources Sequence[GetIdentitySourceSequenceIdentitySource]
name str
The name of the identity source sequence
breakOnStoreFail Boolean
Do not access other stores in the sequence if a selected identity store cannot be accessed for authentication
certificateAuthenticationProfile String
Certificate Authentication Profile, empty if doesn't exist
description String
Description
id String
The id of the object
identitySources List<Property Map>
name String
The name of the identity source sequence

Supporting Types

GetIdentitySourceSequenceIdentitySource

Name This property is required. string
Name of the identity source
Order This property is required. int
Order of the identity source in the sequence
Name This property is required. string
Name of the identity source
Order This property is required. int
Order of the identity source in the sequence
name This property is required. String
Name of the identity source
order This property is required. Integer
Order of the identity source in the sequence
name This property is required. string
Name of the identity source
order This property is required. number
Order of the identity source in the sequence
name This property is required. str
Name of the identity source
order This property is required. int
Order of the identity source in the sequence
name This property is required. String
Name of the identity source
order This property is required. Number
Order of the identity source in the sequence

Package Details

Repository
ise pulumi/pulumi-ise
License
Apache-2.0
Notes
This Pulumi package is based on the ise Terraform Provider.