Cisco ISE v0.2.1 published on Saturday, Mar 15, 2025 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)
public static Output<GetActiveDirectoryJoinPointResult> getActiveDirectoryJoinPoint(GetActiveDirectoryJoinPointArgs args, InvokeOptions options)
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:
- AdScopes stringNames 
- String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
- AgingTime int
- Aging Time
- Attributes
List<GetActive Directory Join Point Attribute> 
- List of AD attributes
- AuthProtection 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
- EnableCallback boolFor Dialin Client 
- Enable Callback For Dial In Client
- EnableDialin boolPermission Check 
- Enable Dial In Permission Check
- EnableDomain boolAllowed List 
- EnableFailed boolAuth Protection 
- Enable prevent AD account lockout due to too many bad password attempts
- EnableMachine boolAccess 
- Enable Machine Access
- EnableMachine boolAuth 
- Enable Machine Authentication
- EnablePass boolChange 
- Enable Password Change
- EnableRewrites bool
- Enable Rewrites
- FailedAuth intThreshold 
- Number of bad password attempts
- FirstName string
- User info attribute
- Groups
List<GetActive Directory Join Point Group> 
- List of AD Groups
- Id string
- The id of the object
- IdentityNot stringIn Ad Behaviour 
- Identity Not In AD Behaviour
- JobTitle string
- User info attribute
- LastName string
- User info attribute
- Locality string
- User info attribute
- Name string
- The name of the active directory join point
- OrganizationalUnit string
- User info attribute
- PlaintextAuth bool
- Plain Text Authentication
- RewriteRules List<GetActive Directory Join Point Rewrite Rule> 
- List of Rewrite rules
- Schema string
- Schema
- StateOr stringProvince 
- User info attribute
- StreetAddress string
- User info attribute
- Telephone string
- User info attribute
- UnreachableDomains stringBehaviour 
- Unreachable Domains Behaviour
- AdScopes stringNames 
- String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
- AgingTime int
- Aging Time
- Attributes
[]GetActive Directory Join Point Attribute 
- List of AD attributes
- AuthProtection 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
- EnableCallback boolFor Dialin Client 
- Enable Callback For Dial In Client
- EnableDialin boolPermission Check 
- Enable Dial In Permission Check
- EnableDomain boolAllowed List 
- EnableFailed boolAuth Protection 
- Enable prevent AD account lockout due to too many bad password attempts
- EnableMachine boolAccess 
- Enable Machine Access
- EnableMachine boolAuth 
- Enable Machine Authentication
- EnablePass boolChange 
- Enable Password Change
- EnableRewrites bool
- Enable Rewrites
- FailedAuth intThreshold 
- Number of bad password attempts
- FirstName string
- User info attribute
- Groups
[]GetActive Directory Join Point Group 
- List of AD Groups
- Id string
- The id of the object
- IdentityNot stringIn Ad Behaviour 
- Identity Not In AD Behaviour
- JobTitle string
- User info attribute
- LastName string
- User info attribute
- Locality string
- User info attribute
- Name string
- The name of the active directory join point
- OrganizationalUnit string
- User info attribute
- PlaintextAuth bool
- Plain Text Authentication
- RewriteRules []GetActive Directory Join Point Rewrite Rule 
- List of Rewrite rules
- Schema string
- Schema
- StateOr stringProvince 
- User info attribute
- StreetAddress string
- User info attribute
- Telephone string
- User info attribute
- UnreachableDomains stringBehaviour 
- Unreachable Domains Behaviour
- adScopes StringNames 
- String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
- agingTime Integer
- Aging Time
- attributes
List<GetActive Directory Join Point Attribute> 
- List of AD attributes
- authProtection 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
- enableCallback BooleanFor Dialin Client 
- Enable Callback For Dial In Client
- enableDialin BooleanPermission Check 
- Enable Dial In Permission Check
- enableDomain BooleanAllowed List 
- enableFailed BooleanAuth Protection 
- Enable prevent AD account lockout due to too many bad password attempts
- enableMachine BooleanAccess 
- Enable Machine Access
- enableMachine BooleanAuth 
- Enable Machine Authentication
- enablePass BooleanChange 
- Enable Password Change
- enableRewrites Boolean
- Enable Rewrites
- failedAuth IntegerThreshold 
- Number of bad password attempts
- firstName String
- User info attribute
- groups
List<GetActive Directory Join Point Group> 
- List of AD Groups
- id String
- The id of the object
- identityNot StringIn Ad Behaviour 
- Identity Not In AD Behaviour
- jobTitle String
- User info attribute
- lastName String
- User info attribute
- locality String
- User info attribute
- name String
- The name of the active directory join point
- organizationalUnit String
- User info attribute
- plaintextAuth Boolean
- Plain Text Authentication
- rewriteRules List<GetActive Directory Join Point Rewrite Rule> 
- List of Rewrite rules
- schema String
- Schema
- stateOr StringProvince 
- User info attribute
- streetAddress String
- User info attribute
- telephone String
- User info attribute
- unreachableDomains StringBehaviour 
- Unreachable Domains Behaviour
- adScopes stringNames 
- String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
- agingTime number
- Aging Time
- attributes
GetActive Directory Join Point Attribute[] 
- List of AD attributes
- authProtection 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
- enableCallback booleanFor Dialin Client 
- Enable Callback For Dial In Client
- enableDialin booleanPermission Check 
- Enable Dial In Permission Check
- enableDomain booleanAllowed List 
- enableFailed booleanAuth Protection 
- Enable prevent AD account lockout due to too many bad password attempts
- enableMachine booleanAccess 
- Enable Machine Access
- enableMachine booleanAuth 
- Enable Machine Authentication
- enablePass booleanChange 
- Enable Password Change
- enableRewrites boolean
- Enable Rewrites
- failedAuth numberThreshold 
- Number of bad password attempts
- firstName string
- User info attribute
- groups
GetActive Directory Join Point Group[] 
- List of AD Groups
- id string
- The id of the object
- identityNot stringIn Ad Behaviour 
- Identity Not In AD Behaviour
- jobTitle string
- User info attribute
- lastName string
- User info attribute
- locality string
- User info attribute
- name string
- The name of the active directory join point
- organizationalUnit string
- User info attribute
- plaintextAuth boolean
- Plain Text Authentication
- rewriteRules GetActive Directory Join Point Rewrite Rule[] 
- List of Rewrite rules
- schema string
- Schema
- stateOr stringProvince 
- User info attribute
- streetAddress string
- User info attribute
- telephone string
- User info attribute
- unreachableDomains 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[GetActive 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[GetActive 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
- adScopes StringNames 
- String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
- agingTime Number
- Aging Time
- attributes List<Property Map>
- List of AD attributes
- authProtection 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
- enableCallback BooleanFor Dialin Client 
- Enable Callback For Dial In Client
- enableDialin BooleanPermission Check 
- Enable Dial In Permission Check
- enableDomain BooleanAllowed List 
- enableFailed BooleanAuth Protection 
- Enable prevent AD account lockout due to too many bad password attempts
- enableMachine BooleanAccess 
- Enable Machine Access
- enableMachine BooleanAuth 
- Enable Machine Authentication
- enablePass BooleanChange 
- Enable Password Change
- enableRewrites Boolean
- Enable Rewrites
- failedAuth NumberThreshold 
- Number of bad password attempts
- firstName String
- User info attribute
- groups List<Property Map>
- List of AD Groups
- id String
- The id of the object
- identityNot StringIn Ad Behaviour 
- Identity Not In AD Behaviour
- jobTitle String
- User info attribute
- lastName String
- User info attribute
- locality String
- User info attribute
- name String
- The name of the active directory join point
- organizationalUnit String
- User info attribute
- plaintextAuth Boolean
- Plain Text Authentication
- rewriteRules List<Property Map>
- List of Rewrite rules
- schema String
- Schema
- stateOr StringProvince 
- User info attribute
- streetAddress String
- User info attribute
- telephone String
- User info attribute
- unreachableDomains StringBehaviour 
- Unreachable Domains Behaviour
Supporting Types
GetActiveDirectoryJoinPointAttribute     
- DefaultValue string
- Required for each attribute in the attribute list. Can contain an empty string.
- InternalName 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
- DefaultValue string
- Required for each attribute in the attribute list. Can contain an empty string.
- InternalName 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
- defaultValue String
- Required for each attribute in the attribute list. Can contain an empty string.
- internalName 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
- defaultValue string
- Required for each attribute in the attribute list. Can contain an empty string.
- internalName 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
- defaultValue String
- Required for each attribute in the attribute list. Can contain an empty string.
- internalName 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      
- RewriteMatch string
- Required for each rule in the list with no duplication between rules
- RewriteResult string
- Required for each rule in the list
- RowId string
- Required for each rule in the list in serial order
- RewriteMatch string
- Required for each rule in the list with no duplication between rules
- RewriteResult string
- Required for each rule in the list
- RowId string
- Required for each rule in the list in serial order
- rewriteMatch String
- Required for each rule in the list with no duplication between rules
- rewriteResult String
- Required for each rule in the list
- rowId String
- Required for each rule in the list in serial order
- rewriteMatch string
- Required for each rule in the list with no duplication between rules
- rewriteResult string
- Required for each rule in the list
- rowId 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
- rewriteMatch String
- Required for each rule in the list with no duplication between rules
- rewriteResult String
- Required for each rule in the list
- rowId 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.
