This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.azurearcdata.getActiveDirectoryConnector
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Retrieves an Active Directory connector resource Azure REST API version: 2023-01-15-preview.
Other available API versions: 2024-01-01, 2024-05-01-preview.
Using getActiveDirectoryConnector
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 getActiveDirectoryConnector(args: GetActiveDirectoryConnectorArgs, opts?: InvokeOptions): Promise<GetActiveDirectoryConnectorResult>
function getActiveDirectoryConnectorOutput(args: GetActiveDirectoryConnectorOutputArgs, opts?: InvokeOptions): Output<GetActiveDirectoryConnectorResult>def get_active_directory_connector(active_directory_connector_name: Optional[str] = None,
                                   data_controller_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetActiveDirectoryConnectorResult
def get_active_directory_connector_output(active_directory_connector_name: Optional[pulumi.Input[str]] = None,
                                   data_controller_name: Optional[pulumi.Input[str]] = None,
                                   resource_group_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetActiveDirectoryConnectorResult]func LookupActiveDirectoryConnector(ctx *Context, args *LookupActiveDirectoryConnectorArgs, opts ...InvokeOption) (*LookupActiveDirectoryConnectorResult, error)
func LookupActiveDirectoryConnectorOutput(ctx *Context, args *LookupActiveDirectoryConnectorOutputArgs, opts ...InvokeOption) LookupActiveDirectoryConnectorResultOutput> Note: This function is named LookupActiveDirectoryConnector in the Go SDK.
public static class GetActiveDirectoryConnector 
{
    public static Task<GetActiveDirectoryConnectorResult> InvokeAsync(GetActiveDirectoryConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetActiveDirectoryConnectorResult> Invoke(GetActiveDirectoryConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetActiveDirectoryConnectorResult> getActiveDirectoryConnector(GetActiveDirectoryConnectorArgs args, InvokeOptions options)
public static Output<GetActiveDirectoryConnectorResult> getActiveDirectoryConnector(GetActiveDirectoryConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:azurearcdata:getActiveDirectoryConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ActiveDirectory stringConnector Name 
- The name of the Active Directory connector instance
- DataController stringName 
- The name of the data controller
- ResourceGroup stringName 
- The name of the Azure resource group
- ActiveDirectory stringConnector Name 
- The name of the Active Directory connector instance
- DataController stringName 
- The name of the data controller
- ResourceGroup stringName 
- The name of the Azure resource group
- activeDirectory StringConnector Name 
- The name of the Active Directory connector instance
- dataController StringName 
- The name of the data controller
- resourceGroup StringName 
- The name of the Azure resource group
- activeDirectory stringConnector Name 
- The name of the Active Directory connector instance
- dataController stringName 
- The name of the data controller
- resourceGroup stringName 
- The name of the Azure resource group
- active_directory_ strconnector_ name 
- The name of the Active Directory connector instance
- data_controller_ strname 
- The name of the data controller
- resource_group_ strname 
- The name of the Azure resource group
- activeDirectory StringConnector Name 
- The name of the Active Directory connector instance
- dataController StringName 
- The name of the data controller
- resourceGroup StringName 
- The name of the Azure resource group
getActiveDirectoryConnector Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Properties
Pulumi.Azure Native. Azure Arc Data. Outputs. Active Directory Connector Properties Response 
- null
- SystemData Pulumi.Azure Native. Azure Arc Data. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Properties
ActiveDirectory Connector Properties Response 
- null
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- properties
ActiveDirectory Connector Properties Response 
- null
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- properties
ActiveDirectory Connector Properties Response 
- null
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- properties
ActiveDirectory Connector Properties Response 
- null
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- properties Property Map
- null
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
ActiveDirectoryConnectorDNSDetailsResponse    
- NameserverIPAddresses List<string>
- List of Active Directory DNS server IP addresses.
- DomainName string
- DNS domain name for which DNS lookups should be forwarded to the Active Directory DNS servers.
- PreferK8s boolDns For Ptr Lookups 
- Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.
- Replicas double
- Replica count for DNS proxy service. Default value is 1.
- NameserverIPAddresses []string
- List of Active Directory DNS server IP addresses.
- DomainName string
- DNS domain name for which DNS lookups should be forwarded to the Active Directory DNS servers.
- PreferK8s boolDns For Ptr Lookups 
- Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.
- Replicas float64
- Replica count for DNS proxy service. Default value is 1.
- nameserverIPAddresses List<String>
- List of Active Directory DNS server IP addresses.
- domainName String
- DNS domain name for which DNS lookups should be forwarded to the Active Directory DNS servers.
- preferK8s BooleanDns For Ptr Lookups 
- Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.
- replicas Double
- Replica count for DNS proxy service. Default value is 1.
- nameserverIPAddresses string[]
- List of Active Directory DNS server IP addresses.
- domainName string
- DNS domain name for which DNS lookups should be forwarded to the Active Directory DNS servers.
- preferK8s booleanDns For Ptr Lookups 
- Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.
- replicas number
- Replica count for DNS proxy service. Default value is 1.
- nameserver_ip_ Sequence[str]addresses 
- List of Active Directory DNS server IP addresses.
- domain_name str
- DNS domain name for which DNS lookups should be forwarded to the Active Directory DNS servers.
- prefer_k8s_ booldns_ for_ ptr_ lookups 
- Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.
- replicas float
- Replica count for DNS proxy service. Default value is 1.
- nameserverIPAddresses List<String>
- List of Active Directory DNS server IP addresses.
- domainName String
- DNS domain name for which DNS lookups should be forwarded to the Active Directory DNS servers.
- preferK8s BooleanDns For Ptr Lookups 
- Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.
- replicas Number
- Replica count for DNS proxy service. Default value is 1.
ActiveDirectoryConnectorDomainDetailsResponse     
- Realm string
- Name (uppercase) of the Active Directory domain that this AD connector will be associated with.
- DomainControllers Pulumi.Azure Native. Azure Arc Data. Inputs. Active Directory Domain Controllers Response 
- null
- NetbiosDomain stringName 
- NETBIOS name of the Active Directory domain.
- OuDistinguished stringName 
- The distinguished name of the Active Directory Organizational Unit.
- ServiceAccount stringProvisioning 
- The service account provisioning mode for this Active Directory connector.
- Realm string
- Name (uppercase) of the Active Directory domain that this AD connector will be associated with.
- DomainControllers ActiveDirectory Domain Controllers Response 
- null
- NetbiosDomain stringName 
- NETBIOS name of the Active Directory domain.
- OuDistinguished stringName 
- The distinguished name of the Active Directory Organizational Unit.
- ServiceAccount stringProvisioning 
- The service account provisioning mode for this Active Directory connector.
- realm String
- Name (uppercase) of the Active Directory domain that this AD connector will be associated with.
- domainControllers ActiveDirectory Domain Controllers Response 
- null
- netbiosDomain StringName 
- NETBIOS name of the Active Directory domain.
- ouDistinguished StringName 
- The distinguished name of the Active Directory Organizational Unit.
- serviceAccount StringProvisioning 
- The service account provisioning mode for this Active Directory connector.
- realm string
- Name (uppercase) of the Active Directory domain that this AD connector will be associated with.
- domainControllers ActiveDirectory Domain Controllers Response 
- null
- netbiosDomain stringName 
- NETBIOS name of the Active Directory domain.
- ouDistinguished stringName 
- The distinguished name of the Active Directory Organizational Unit.
- serviceAccount stringProvisioning 
- The service account provisioning mode for this Active Directory connector.
- realm str
- Name (uppercase) of the Active Directory domain that this AD connector will be associated with.
- domain_controllers ActiveDirectory Domain Controllers Response 
- null
- netbios_domain_ strname 
- NETBIOS name of the Active Directory domain.
- ou_distinguished_ strname 
- The distinguished name of the Active Directory Organizational Unit.
- service_account_ strprovisioning 
- The service account provisioning mode for this Active Directory connector.
- realm String
- Name (uppercase) of the Active Directory domain that this AD connector will be associated with.
- domainControllers Property Map
- null
- netbiosDomain StringName 
- NETBIOS name of the Active Directory domain.
- ouDistinguished StringName 
- The distinguished name of the Active Directory Organizational Unit.
- serviceAccount StringProvisioning 
- The service account provisioning mode for this Active Directory connector.
ActiveDirectoryConnectorPropertiesResponse    
- ProvisioningState string
- The provisioning state of the Active Directory connector resource.
- Spec
Pulumi.Azure Native. Azure Arc Data. Inputs. Active Directory Connector Spec Response 
- null
- DomainService Pulumi.Account Login Information Azure Native. Azure Arc Data. Inputs. Basic Login Information Response 
- Username and password for domain service account authentication.
- Status
Pulumi.Azure Native. Azure Arc Data. Inputs. Active Directory Connector Status Response 
- null
- ProvisioningState string
- The provisioning state of the Active Directory connector resource.
- Spec
ActiveDirectory Connector Spec Response 
- null
- DomainService BasicAccount Login Information Login Information Response 
- Username and password for domain service account authentication.
- Status
ActiveDirectory Connector Status Response 
- null
- provisioningState String
- The provisioning state of the Active Directory connector resource.
- spec
ActiveDirectory Connector Spec Response 
- null
- domainService BasicAccount Login Information Login Information Response 
- Username and password for domain service account authentication.
- status
ActiveDirectory Connector Status Response 
- null
- provisioningState string
- The provisioning state of the Active Directory connector resource.
- spec
ActiveDirectory Connector Spec Response 
- null
- domainService BasicAccount Login Information Login Information Response 
- Username and password for domain service account authentication.
- status
ActiveDirectory Connector Status Response 
- null
- provisioning_state str
- The provisioning state of the Active Directory connector resource.
- spec
ActiveDirectory Connector Spec Response 
- null
- domain_service_ Basicaccount_ login_ information Login Information Response 
- Username and password for domain service account authentication.
- status
ActiveDirectory Connector Status Response 
- null
- provisioningState String
- The provisioning state of the Active Directory connector resource.
- spec Property Map
- null
- domainService Property MapAccount Login Information 
- Username and password for domain service account authentication.
- status Property Map
- null
ActiveDirectoryConnectorSpecResponse    
ActiveDirectoryConnectorStatusResponse    
- LastUpdate stringTime 
- The time that the custom resource was last updated.
- ObservedGeneration double
- The version of the replicaSet associated with the AD connector custom resource.
- State string
- The state of the AD connector custom resource.
- LastUpdate stringTime 
- The time that the custom resource was last updated.
- ObservedGeneration float64
- The version of the replicaSet associated with the AD connector custom resource.
- State string
- The state of the AD connector custom resource.
- lastUpdate StringTime 
- The time that the custom resource was last updated.
- observedGeneration Double
- The version of the replicaSet associated with the AD connector custom resource.
- state String
- The state of the AD connector custom resource.
- lastUpdate stringTime 
- The time that the custom resource was last updated.
- observedGeneration number
- The version of the replicaSet associated with the AD connector custom resource.
- state string
- The state of the AD connector custom resource.
- last_update_ strtime 
- The time that the custom resource was last updated.
- observed_generation float
- The version of the replicaSet associated with the AD connector custom resource.
- state str
- The state of the AD connector custom resource.
- lastUpdate StringTime 
- The time that the custom resource was last updated.
- observedGeneration Number
- The version of the replicaSet associated with the AD connector custom resource.
- state String
- The state of the AD connector custom resource.
ActiveDirectoryDomainControllerResponse    
- Hostname string
- Fully-qualified domain name of a domain controller in the AD domain.
- Hostname string
- Fully-qualified domain name of a domain controller in the AD domain.
- hostname String
- Fully-qualified domain name of a domain controller in the AD domain.
- hostname string
- Fully-qualified domain name of a domain controller in the AD domain.
- hostname str
- Fully-qualified domain name of a domain controller in the AD domain.
- hostname String
- Fully-qualified domain name of a domain controller in the AD domain.
ActiveDirectoryDomainControllersResponse    
- PrimaryDomain Pulumi.Controller Azure Native. Azure Arc Data. Inputs. Active Directory Domain Controller Response 
- Information about the Primary Domain Controller (PDC) in the AD domain.
- SecondaryDomain List<Pulumi.Controllers Azure Native. Azure Arc Data. Inputs. Active Directory Domain Controller Response> 
- null
- PrimaryDomain ActiveController Directory Domain Controller Response 
- Information about the Primary Domain Controller (PDC) in the AD domain.
- SecondaryDomain []ActiveControllers Directory Domain Controller Response 
- null
- primaryDomain ActiveController Directory Domain Controller Response 
- Information about the Primary Domain Controller (PDC) in the AD domain.
- secondaryDomain List<ActiveControllers Directory Domain Controller Response> 
- null
- primaryDomain ActiveController Directory Domain Controller Response 
- Information about the Primary Domain Controller (PDC) in the AD domain.
- secondaryDomain ActiveControllers Directory Domain Controller Response[] 
- null
- primary_domain_ Activecontroller Directory Domain Controller Response 
- Information about the Primary Domain Controller (PDC) in the AD domain.
- secondary_domain_ Sequence[Activecontrollers Directory Domain Controller Response] 
- null
- primaryDomain Property MapController 
- Information about the Primary Domain Controller (PDC) in the AD domain.
- secondaryDomain List<Property Map>Controllers 
- null
BasicLoginInformationResponse   
- Username string
- Login username.
- Username string
- Login username.
- username String
- Login username.
- username string
- Login username.
- username str
- Login username.
- username String
- Login username.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi