Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi
ise.identitymanagement.getActiveDirectoryJoinPoint
Explore with Pulumi AI
This data source can read the Active Directory Join Point.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ise from "@pulumi/ise";
const example = ise.identitymanagement.getActiveDirectoryJoinPoint({
    id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
});
import pulumi
import pulumi_ise as ise
example = ise.identitymanagement.get_active_directory_join_point(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.LookupActiveDirectoryJoinPoint(ctx, &identitymanagement.LookupActiveDirectoryJoinPointArgs{
			Id: "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.GetActiveDirectoryJoinPoint.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.GetActiveDirectoryJoinPointArgs;
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.getActiveDirectoryJoinPoint(GetActiveDirectoryJoinPointArgs.builder()
            .id("76d24097-41c4-4558-a4d0-a8c07ac08470")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      Function: ise:identitymanagement:getActiveDirectoryJoinPoint
      Arguments:
        id: 76d24097-41c4-4558-a4d0-a8c07ac08470
Using getActiveDirectoryJoinPoint
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 getActiveDirectoryJoinPoint(args: GetActiveDirectoryJoinPointArgs, opts?: InvokeOptions): Promise<GetActiveDirectoryJoinPointResult>
function getActiveDirectoryJoinPointOutput(args: GetActiveDirectoryJoinPointOutputArgs, opts?: InvokeOptions): Output<GetActiveDirectoryJoinPointResult>def get_active_directory_join_point(id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetActiveDirectoryJoinPointResult
def get_active_directory_join_point_output(id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetActiveDirectoryJoinPointResult]func LookupActiveDirectoryJoinPoint(ctx *Context, args *LookupActiveDirectoryJoinPointArgs, opts ...InvokeOption) (*LookupActiveDirectoryJoinPointResult, error)
func LookupActiveDirectoryJoinPointOutput(ctx *Context, args *LookupActiveDirectoryJoinPointOutputArgs, opts ...InvokeOption) LookupActiveDirectoryJoinPointResultOutput> Note: This function is named LookupActiveDirectoryJoinPoint in the Go SDK.
public static class GetActiveDirectoryJoinPoint 
{
    public static Task<GetActiveDirectoryJoinPointResult> InvokeAsync(GetActiveDirectoryJoinPointArgs args, InvokeOptions? opts = null)
    public static Output<GetActiveDirectoryJoinPointResult> Invoke(GetActiveDirectoryJoinPointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetActiveDirectoryJoinPointResult> getActiveDirectoryJoinPoint(GetActiveDirectoryJoinPointArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: ise:identitymanagement/getActiveDirectoryJoinPoint:getActiveDirectoryJoinPoint
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
 - The id of the object
 
- Id string
 - The id of the object
 
- id String
 - The id of the object
 
- id string
 - The id of the object
 
- id str
 - The id of the object
 
- id String
 - The id of the object
 
getActiveDirectoryJoinPoint Result
The following output properties are available:
- Ad
Scopes stringNames  - String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
 - Aging
Time int - Aging Time
 - Attributes
List<Get
Active Directory Join Point Attribute>  - List of AD attributes
 - Auth
Protection stringType  - Enable prevent AD account lockout for WIRELESS/WIRED/BOTH
 - Country string
 - User info attribute
 - Department string
 - User info attribute
 - Description string
 - Join point description
 - Domain string
 - AD domain associated with the join point
 - Email string
 - User info attribute
 - Enable
Callback boolFor Dialin Client  - Enable Callback For Dial In Client
 - Enable
Dialin boolPermission Check  - Enable Dial In Permission Check
 - Enable
Domain boolAllowed List  - Enable
Failed boolAuth Protection  - Enable prevent AD account lockout due to too many bad password attempts
 - Enable
Machine boolAccess  - Enable Machine Access
 - Enable
Machine boolAuth  - Enable Machine Authentication
 - Enable
Pass boolChange  - Enable Password Change
 - Enable
Rewrites bool - Enable Rewrites
 - Failed
Auth intThreshold  - Number of bad password attempts
 - First
Name string - User info attribute
 - Groups
List<Get
Active Directory Join Point Group>  - List of AD Groups
 - Id string
 - The id of the object
 - Identity
Not stringIn Ad Behaviour  - Identity Not In AD Behaviour
 - Job
Title string - User info attribute
 - Last
Name string - User info attribute
 - Locality string
 - User info attribute
 - Name string
 - The name of the active directory join point
 - Organizational
Unit string - User info attribute
 - Plaintext
Auth bool - Plain Text Authentication
 - Rewrite
Rules List<GetActive Directory Join Point Rewrite Rule>  - List of Rewrite rules
 - Schema string
 - Schema
 - State
Or stringProvince  - User info attribute
 - Street
Address string - User info attribute
 - Telephone string
 - User info attribute
 - Unreachable
Domains stringBehaviour  - Unreachable Domains Behaviour
 
- Ad
Scopes stringNames  - String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
 - Aging
Time int - Aging Time
 - Attributes
[]Get
Active Directory Join Point Attribute  - List of AD attributes
 - Auth
Protection stringType  - Enable prevent AD account lockout for WIRELESS/WIRED/BOTH
 - Country string
 - User info attribute
 - Department string
 - User info attribute
 - Description string
 - Join point description
 - Domain string
 - AD domain associated with the join point
 - Email string
 - User info attribute
 - Enable
Callback boolFor Dialin Client  - Enable Callback For Dial In Client
 - Enable
Dialin boolPermission Check  - Enable Dial In Permission Check
 - Enable
Domain boolAllowed List  - Enable
Failed boolAuth Protection  - Enable prevent AD account lockout due to too many bad password attempts
 - Enable
Machine boolAccess  - Enable Machine Access
 - Enable
Machine boolAuth  - Enable Machine Authentication
 - Enable
Pass boolChange  - Enable Password Change
 - Enable
Rewrites bool - Enable Rewrites
 - Failed
Auth intThreshold  - Number of bad password attempts
 - First
Name string - User info attribute
 - Groups
[]Get
Active Directory Join Point Group  - List of AD Groups
 - Id string
 - The id of the object
 - Identity
Not stringIn Ad Behaviour  - Identity Not In AD Behaviour
 - Job
Title string - User info attribute
 - Last
Name string - User info attribute
 - Locality string
 - User info attribute
 - Name string
 - The name of the active directory join point
 - Organizational
Unit string - User info attribute
 - Plaintext
Auth bool - Plain Text Authentication
 - Rewrite
Rules []GetActive Directory Join Point Rewrite Rule  - List of Rewrite rules
 - Schema string
 - Schema
 - State
Or stringProvince  - User info attribute
 - Street
Address string - User info attribute
 - Telephone string
 - User info attribute
 - Unreachable
Domains stringBehaviour  - Unreachable Domains Behaviour
 
- ad
Scopes StringNames  - String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
 - aging
Time Integer - Aging Time
 - attributes
List<Get
Active Directory Join Point Attribute>  - List of AD attributes
 - auth
Protection StringType  - Enable prevent AD account lockout for WIRELESS/WIRED/BOTH
 - country String
 - User info attribute
 - department String
 - User info attribute
 - description String
 - Join point description
 - domain String
 - AD domain associated with the join point
 - email String
 - User info attribute
 - enable
Callback BooleanFor Dialin Client  - Enable Callback For Dial In Client
 - enable
Dialin BooleanPermission Check  - Enable Dial In Permission Check
 - enable
Domain BooleanAllowed List  - enable
Failed BooleanAuth Protection  - Enable prevent AD account lockout due to too many bad password attempts
 - enable
Machine BooleanAccess  - Enable Machine Access
 - enable
Machine BooleanAuth  - Enable Machine Authentication
 - enable
Pass BooleanChange  - Enable Password Change
 - enable
Rewrites Boolean - Enable Rewrites
 - failed
Auth IntegerThreshold  - Number of bad password attempts
 - first
Name String - User info attribute
 - groups
List<Get
Active Directory Join Point Group>  - List of AD Groups
 - id String
 - The id of the object
 - identity
Not StringIn Ad Behaviour  - Identity Not In AD Behaviour
 - job
Title String - User info attribute
 - last
Name String - User info attribute
 - locality String
 - User info attribute
 - name String
 - The name of the active directory join point
 - organizational
Unit String - User info attribute
 - plaintext
Auth Boolean - Plain Text Authentication
 - rewrite
Rules List<GetActive Directory Join Point Rewrite Rule>  - List of Rewrite rules
 - schema String
 - Schema
 - state
Or StringProvince  - User info attribute
 - street
Address String - User info attribute
 - telephone String
 - User info attribute
 - unreachable
Domains StringBehaviour  - Unreachable Domains Behaviour
 
- ad
Scopes stringNames  - String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
 - aging
Time number - Aging Time
 - attributes
Get
Active Directory Join Point Attribute[]  - List of AD attributes
 - auth
Protection stringType  - Enable prevent AD account lockout for WIRELESS/WIRED/BOTH
 - country string
 - User info attribute
 - department string
 - User info attribute
 - description string
 - Join point description
 - domain string
 - AD domain associated with the join point
 - email string
 - User info attribute
 - enable
Callback booleanFor Dialin Client  - Enable Callback For Dial In Client
 - enable
Dialin booleanPermission Check  - Enable Dial In Permission Check
 - enable
Domain booleanAllowed List  - enable
Failed booleanAuth Protection  - Enable prevent AD account lockout due to too many bad password attempts
 - enable
Machine booleanAccess  - Enable Machine Access
 - enable
Machine booleanAuth  - Enable Machine Authentication
 - enable
Pass booleanChange  - Enable Password Change
 - enable
Rewrites boolean - Enable Rewrites
 - failed
Auth numberThreshold  - Number of bad password attempts
 - first
Name string - User info attribute
 - groups
Get
Active Directory Join Point Group[]  - List of AD Groups
 - id string
 - The id of the object
 - identity
Not stringIn Ad Behaviour  - Identity Not In AD Behaviour
 - job
Title string - User info attribute
 - last
Name string - User info attribute
 - locality string
 - User info attribute
 - name string
 - The name of the active directory join point
 - organizational
Unit string - User info attribute
 - plaintext
Auth boolean - Plain Text Authentication
 - rewrite
Rules GetActive Directory Join Point Rewrite Rule[]  - List of Rewrite rules
 - schema string
 - Schema
 - state
Or stringProvince  - User info attribute
 - street
Address string - User info attribute
 - telephone string
 - User info attribute
 - unreachable
Domains stringBehaviour  - Unreachable Domains Behaviour
 
- ad_
scopes_ strnames  - String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
 - aging_
time int - Aging Time
 - attributes
Sequence[Get
Active Directory Join Point Attribute]  - List of AD attributes
 - auth_
protection_ strtype  - Enable prevent AD account lockout for WIRELESS/WIRED/BOTH
 - country str
 - User info attribute
 - department str
 - User info attribute
 - description str
 - Join point description
 - domain str
 - AD domain associated with the join point
 - email str
 - User info attribute
 - enable_
callback_ boolfor_ dialin_ client  - Enable Callback For Dial In Client
 - enable_
dialin_ boolpermission_ check  - Enable Dial In Permission Check
 - enable_
domain_ boolallowed_ list  - enable_
failed_ boolauth_ protection  - Enable prevent AD account lockout due to too many bad password attempts
 - enable_
machine_ boolaccess  - Enable Machine Access
 - enable_
machine_ boolauth  - Enable Machine Authentication
 - enable_
pass_ boolchange  - Enable Password Change
 - enable_
rewrites bool - Enable Rewrites
 - failed_
auth_ intthreshold  - Number of bad password attempts
 - first_
name str - User info attribute
 - groups
Sequence[Get
Active Directory Join Point Group]  - List of AD Groups
 - id str
 - The id of the object
 - identity_
not_ strin_ ad_ behaviour  - Identity Not In AD Behaviour
 - job_
title str - User info attribute
 - last_
name str - User info attribute
 - locality str
 - User info attribute
 - name str
 - The name of the active directory join point
 - organizational_
unit str - User info attribute
 - plaintext_
auth bool - Plain Text Authentication
 - rewrite_
rules Sequence[GetActive Directory Join Point Rewrite Rule]  - List of Rewrite rules
 - schema str
 - Schema
 - state_
or_ strprovince  - User info attribute
 - street_
address str - User info attribute
 - telephone str
 - User info attribute
 - unreachable_
domains_ strbehaviour  - Unreachable Domains Behaviour
 
- ad
Scopes StringNames  - String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
 - aging
Time Number - Aging Time
 - attributes List<Property Map>
 - List of AD attributes
 - auth
Protection StringType  - Enable prevent AD account lockout for WIRELESS/WIRED/BOTH
 - country String
 - User info attribute
 - department String
 - User info attribute
 - description String
 - Join point description
 - domain String
 - AD domain associated with the join point
 - email String
 - User info attribute
 - enable
Callback BooleanFor Dialin Client  - Enable Callback For Dial In Client
 - enable
Dialin BooleanPermission Check  - Enable Dial In Permission Check
 - enable
Domain BooleanAllowed List  - enable
Failed BooleanAuth Protection  - Enable prevent AD account lockout due to too many bad password attempts
 - enable
Machine BooleanAccess  - Enable Machine Access
 - enable
Machine BooleanAuth  - Enable Machine Authentication
 - enable
Pass BooleanChange  - Enable Password Change
 - enable
Rewrites Boolean - Enable Rewrites
 - failed
Auth NumberThreshold  - Number of bad password attempts
 - first
Name String - User info attribute
 - groups List<Property Map>
 - List of AD Groups
 - id String
 - The id of the object
 - identity
Not StringIn Ad Behaviour  - Identity Not In AD Behaviour
 - job
Title String - User info attribute
 - last
Name String - User info attribute
 - locality String
 - User info attribute
 - name String
 - The name of the active directory join point
 - organizational
Unit String - User info attribute
 - plaintext
Auth Boolean - Plain Text Authentication
 - rewrite
Rules List<Property Map> - List of Rewrite rules
 - schema String
 - Schema
 - state
Or StringProvince  - User info attribute
 - street
Address String - User info attribute
 - telephone String
 - User info attribute
 - unreachable
Domains StringBehaviour  - Unreachable Domains Behaviour
 
Supporting Types
GetActiveDirectoryJoinPointAttribute     
- Default
Value string - Required for each attribute in the attribute list. Can contain an empty string.
 - Internal
Name string - Required for each attribute in the attribute list
 - Name string
 - Required for each attribute in the attribute list with no duplication between attributes
 - Type string
 - Required for each group in the group list
 
- Default
Value string - Required for each attribute in the attribute list. Can contain an empty string.
 - Internal
Name string - Required for each attribute in the attribute list
 - Name string
 - Required for each attribute in the attribute list with no duplication between attributes
 - Type string
 - Required for each group in the group list
 
- default
Value String - Required for each attribute in the attribute list. Can contain an empty string.
 - internal
Name String - Required for each attribute in the attribute list
 - name String
 - Required for each attribute in the attribute list with no duplication between attributes
 - type String
 - Required for each group in the group list
 
- default
Value string - Required for each attribute in the attribute list. Can contain an empty string.
 - internal
Name string - Required for each attribute in the attribute list
 - name string
 - Required for each attribute in the attribute list with no duplication between attributes
 - type string
 - Required for each group in the group list
 
- default_
value str - Required for each attribute in the attribute list. Can contain an empty string.
 - internal_
name str - Required for each attribute in the attribute list
 - name str
 - Required for each attribute in the attribute list with no duplication between attributes
 - type str
 - Required for each group in the group list
 
- default
Value String - Required for each attribute in the attribute list. Can contain an empty string.
 - internal
Name String - Required for each attribute in the attribute list
 - name String
 - Required for each attribute in the attribute list with no duplication between attributes
 - type String
 - Required for each group in the group list
 
GetActiveDirectoryJoinPointGroup     
GetActiveDirectoryJoinPointRewriteRule      
- Rewrite
Match string - Required for each rule in the list with no duplication between rules
 - Rewrite
Result string - Required for each rule in the list
 - Row
Id string - Required for each rule in the list in serial order
 
- Rewrite
Match string - Required for each rule in the list with no duplication between rules
 - Rewrite
Result string - Required for each rule in the list
 - Row
Id string - Required for each rule in the list in serial order
 
- rewrite
Match String - Required for each rule in the list with no duplication between rules
 - rewrite
Result String - Required for each rule in the list
 - row
Id String - Required for each rule in the list in serial order
 
- rewrite
Match string - Required for each rule in the list with no duplication between rules
 - rewrite
Result string - Required for each rule in the list
 - row
Id string - Required for each rule in the list in serial order
 
- rewrite_
match str - Required for each rule in the list with no duplication between rules
 - rewrite_
result str - Required for each rule in the list
 - row_
id str - Required for each rule in the list in serial order
 
- rewrite
Match String - Required for each rule in the list with no duplication between rules
 - rewrite
Result String - Required for each rule in the list
 - row
Id String - Required for each rule in the list in serial order
 
Package Details
- Repository
 - ise pulumi/pulumi-ise
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
iseTerraform Provider.