1. Packages
  2. Cisco ISE
  3. API Docs
  4. identitymanagement
  5. getEndpointIdentityGroup
Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi

ise.identitymanagement.getEndpointIdentityGroup

Explore with Pulumi AI

ise logo
Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi

    This data source can read the Endpoint Identity Group.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ise from "@pulumi/ise";
    
    const example = ise.identitymanagement.getEndpointIdentityGroup({
        id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
    });
    
    import pulumi
    import pulumi_ise as ise
    
    example = ise.identitymanagement.get_endpoint_identity_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
    
    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.LookupEndpointIdentityGroup(ctx, &identitymanagement.LookupEndpointIdentityGroupArgs{
    			Id: pulumi.StringRef("76d24097-41c4-4558-a4d0-a8c07ac08470"),
    		}, 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.IdentityManagement.GetEndpointIdentityGroup.Invoke(new()
        {
            Id = "76d24097-41c4-4558-a4d0-a8c07ac08470",
        });
    
    });
    
    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.GetEndpointIdentityGroupArgs;
    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.getEndpointIdentityGroup(GetEndpointIdentityGroupArgs.builder()
                .id("76d24097-41c4-4558-a4d0-a8c07ac08470")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: ise:identitymanagement:getEndpointIdentityGroup
          Arguments:
            id: 76d24097-41c4-4558-a4d0-a8c07ac08470
    

    Using getEndpointIdentityGroup

    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 getEndpointIdentityGroup(args: GetEndpointIdentityGroupArgs, opts?: InvokeOptions): Promise<GetEndpointIdentityGroupResult>
    function getEndpointIdentityGroupOutput(args: GetEndpointIdentityGroupOutputArgs, opts?: InvokeOptions): Output<GetEndpointIdentityGroupResult>
    def get_endpoint_identity_group(id: Optional[str] = None,
                                    name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetEndpointIdentityGroupResult
    def get_endpoint_identity_group_output(id: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetEndpointIdentityGroupResult]
    func LookupEndpointIdentityGroup(ctx *Context, args *LookupEndpointIdentityGroupArgs, opts ...InvokeOption) (*LookupEndpointIdentityGroupResult, error)
    func LookupEndpointIdentityGroupOutput(ctx *Context, args *LookupEndpointIdentityGroupOutputArgs, opts ...InvokeOption) LookupEndpointIdentityGroupResultOutput

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

    public static class GetEndpointIdentityGroup 
    {
        public static Task<GetEndpointIdentityGroupResult> InvokeAsync(GetEndpointIdentityGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetEndpointIdentityGroupResult> Invoke(GetEndpointIdentityGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEndpointIdentityGroupResult> getEndpointIdentityGroup(GetEndpointIdentityGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: ise:identitymanagement/getEndpointIdentityGroup:getEndpointIdentityGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The id of the object
    Name string
    The name of the endpoint identity group
    Id string
    The id of the object
    Name string
    The name of the endpoint identity group
    id String
    The id of the object
    name String
    The name of the endpoint identity group
    id string
    The id of the object
    name string
    The name of the endpoint identity group
    id str
    The id of the object
    name str
    The name of the endpoint identity group
    id String
    The id of the object
    name String
    The name of the endpoint identity group

    getEndpointIdentityGroup Result

    The following output properties are available:

    Description string
    Description
    Id string
    The id of the object
    Name string
    The name of the endpoint identity group
    ParentEndpointIdentityGroupId string
    Parent endpoint identity group ID
    SystemDefined bool
    System defined endpoint identity group
    Description string
    Description
    Id string
    The id of the object
    Name string
    The name of the endpoint identity group
    ParentEndpointIdentityGroupId string
    Parent endpoint identity group ID
    SystemDefined bool
    System defined endpoint identity group
    description String
    Description
    id String
    The id of the object
    name String
    The name of the endpoint identity group
    parentEndpointIdentityGroupId String
    Parent endpoint identity group ID
    systemDefined Boolean
    System defined endpoint identity group
    description string
    Description
    id string
    The id of the object
    name string
    The name of the endpoint identity group
    parentEndpointIdentityGroupId string
    Parent endpoint identity group ID
    systemDefined boolean
    System defined endpoint identity group
    description str
    Description
    id str
    The id of the object
    name str
    The name of the endpoint identity group
    parent_endpoint_identity_group_id str
    Parent endpoint identity group ID
    system_defined bool
    System defined endpoint identity group
    description String
    Description
    id String
    The id of the object
    name String
    The name of the endpoint identity group
    parentEndpointIdentityGroupId String
    Parent endpoint identity group ID
    systemDefined Boolean
    System defined endpoint identity group

    Package Details

    Repository
    ise pulumi/pulumi-ise
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ise Terraform Provider.
    ise logo
    Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi