1. Packages
  2. StrongDM
  3. API Docs
  4. getConnector
Viewing docs for StrongDM v1.34.5
published on Sunday, Mar 1, 2026 by Piers Karsenbarg
sdm logo
Viewing docs for StrongDM v1.34.5
published on Sunday, Mar 1, 2026 by Piers Karsenbarg

    A Connector configures scanning for a given system.

    Using getConnector

    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 getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
    function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
    def get_connector(account_ids: Optional[str] = None,
                      client_id: Optional[str] = None,
                      cloud: Optional[str] = None,
                      description: Optional[str] = None,
                      id: Optional[str] = None,
                      name: Optional[str] = None,
                      project_ids: Optional[str] = None,
                      role_name: Optional[str] = None,
                      scan_period: Optional[str] = None,
                      services: Optional[str] = None,
                      subscription_ids: Optional[str] = None,
                      tenant_id: Optional[str] = None,
                      workload_pool_id: Optional[str] = None,
                      workload_project_id: Optional[str] = None,
                      workload_project_number: Optional[str] = None,
                      workload_provider_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetConnectorResult
    def get_connector_output(account_ids: Optional[pulumi.Input[str]] = None,
                      client_id: Optional[pulumi.Input[str]] = None,
                      cloud: Optional[pulumi.Input[str]] = None,
                      description: Optional[pulumi.Input[str]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      name: Optional[pulumi.Input[str]] = None,
                      project_ids: Optional[pulumi.Input[str]] = None,
                      role_name: Optional[pulumi.Input[str]] = None,
                      scan_period: Optional[pulumi.Input[str]] = None,
                      services: Optional[pulumi.Input[str]] = None,
                      subscription_ids: Optional[pulumi.Input[str]] = None,
                      tenant_id: Optional[pulumi.Input[str]] = None,
                      workload_pool_id: Optional[pulumi.Input[str]] = None,
                      workload_project_id: Optional[pulumi.Input[str]] = None,
                      workload_project_number: Optional[pulumi.Input[str]] = None,
                      workload_provider_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
    func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
    func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput

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

    public static class GetConnector 
    {
        public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
    public static Output<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: sdm:index/getConnector:getConnector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountIds string
    AccountIds is the list of AWS Accounts to scan
    ClientId string
    ClientId is the ID of the Application / Service Account we're acting as
    Cloud string
    a filter to select all items of a certain subtype. See the filter documentation for more information.
    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    ProjectIds string
    ProjectIds is the list of GCP Projects the connector will scan
    RoleName string
    RoleName is the Role we're assuming into for an account
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services string
    Services is a list of services this connector should scan.
    SubscriptionIds string
    SubscriptionIds are the targets of discovery.
    TenantId string
    TenantId is the Azure Tenant we're discovering in
    WorkloadPoolId string
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    WorkloadProjectId string
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    WorkloadProjectNumber string
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    WorkloadProviderId string
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    AccountIds string
    AccountIds is the list of AWS Accounts to scan
    ClientId string
    ClientId is the ID of the Application / Service Account we're acting as
    Cloud string
    a filter to select all items of a certain subtype. See the filter documentation for more information.
    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    ProjectIds string
    ProjectIds is the list of GCP Projects the connector will scan
    RoleName string
    RoleName is the Role we're assuming into for an account
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services string
    Services is a list of services this connector should scan.
    SubscriptionIds string
    SubscriptionIds are the targets of discovery.
    TenantId string
    TenantId is the Azure Tenant we're discovering in
    WorkloadPoolId string
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    WorkloadProjectId string
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    WorkloadProjectNumber string
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    WorkloadProviderId string
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    accountIds String
    AccountIds is the list of AWS Accounts to scan
    clientId String
    ClientId is the ID of the Application / Service Account we're acting as
    cloud String
    a filter to select all items of a certain subtype. See the filter documentation for more information.
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    projectIds String
    ProjectIds is the list of GCP Projects the connector will scan
    roleName String
    RoleName is the Role we're assuming into for an account
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services String
    Services is a list of services this connector should scan.
    subscriptionIds String
    SubscriptionIds are the targets of discovery.
    tenantId String
    TenantId is the Azure Tenant we're discovering in
    workloadPoolId String
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workloadProjectId String
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workloadProjectNumber String
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workloadProviderId String
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    accountIds string
    AccountIds is the list of AWS Accounts to scan
    clientId string
    ClientId is the ID of the Application / Service Account we're acting as
    cloud string
    a filter to select all items of a certain subtype. See the filter documentation for more information.
    description string
    Description of the Connector.
    id string
    Unique identifier of the Connector.
    name string
    Unique human-readable name of the Connector.
    projectIds string
    ProjectIds is the list of GCP Projects the connector will scan
    roleName string
    RoleName is the Role we're assuming into for an account
    scanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    services string
    Services is a list of services this connector should scan.
    subscriptionIds string
    SubscriptionIds are the targets of discovery.
    tenantId string
    TenantId is the Azure Tenant we're discovering in
    workloadPoolId string
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workloadProjectId string
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workloadProjectNumber string
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workloadProviderId string
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    account_ids str
    AccountIds is the list of AWS Accounts to scan
    client_id str
    ClientId is the ID of the Application / Service Account we're acting as
    cloud str
    a filter to select all items of a certain subtype. See the filter documentation for more information.
    description str
    Description of the Connector.
    id str
    Unique identifier of the Connector.
    name str
    Unique human-readable name of the Connector.
    project_ids str
    ProjectIds is the list of GCP Projects the connector will scan
    role_name str
    RoleName is the Role we're assuming into for an account
    scan_period str
    ScanPeriod identifies which remote system this Connector discovers
    services str
    Services is a list of services this connector should scan.
    subscription_ids str
    SubscriptionIds are the targets of discovery.
    tenant_id str
    TenantId is the Azure Tenant we're discovering in
    workload_pool_id str
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workload_project_id str
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workload_project_number str
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workload_provider_id str
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    accountIds String
    AccountIds is the list of AWS Accounts to scan
    clientId String
    ClientId is the ID of the Application / Service Account we're acting as
    cloud String
    a filter to select all items of a certain subtype. See the filter documentation for more information.
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    projectIds String
    ProjectIds is the list of GCP Projects the connector will scan
    roleName String
    RoleName is the Role we're assuming into for an account
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services String
    Services is a list of services this connector should scan.
    subscriptionIds String
    SubscriptionIds are the targets of discovery.
    tenantId String
    TenantId is the Azure Tenant we're discovering in
    workloadPoolId String
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workloadProjectId String
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workloadProjectNumber String
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workloadProviderId String
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT

    getConnector Result

    The following output properties are available:

    DiscoveryConnectors List<PiersKarsenbarg.Sdm.Outputs.GetConnectorDiscoveryConnector>
    A single element list containing a map, where each key lists one of the following objects:

    • aws:
    Ids List<string>
    a list of strings of ids of data sources that match the given arguments.
    AccountIds string
    AccountIds is the list of AWS Accounts to scan
    ClientId string
    ClientId is the ID of the Application / Service Account we're acting as
    Cloud string
    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    ProjectIds string
    ProjectIds is the list of GCP Projects the connector will scan
    RoleName string
    RoleName is the Role we're assuming into for an account
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services string
    Services is a list of services this connector should scan.
    SubscriptionIds string
    SubscriptionIds are the targets of discovery.
    TenantId string
    TenantId is the Azure Tenant we're discovering in

    • gcp:
    WorkloadPoolId string
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    WorkloadProjectId string
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    WorkloadProjectNumber string
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    WorkloadProviderId string
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    DiscoveryConnectors []GetConnectorDiscoveryConnector
    A single element list containing a map, where each key lists one of the following objects:

    • aws:
    Ids []string
    a list of strings of ids of data sources that match the given arguments.
    AccountIds string
    AccountIds is the list of AWS Accounts to scan
    ClientId string
    ClientId is the ID of the Application / Service Account we're acting as
    Cloud string
    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    ProjectIds string
    ProjectIds is the list of GCP Projects the connector will scan
    RoleName string
    RoleName is the Role we're assuming into for an account
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services string
    Services is a list of services this connector should scan.
    SubscriptionIds string
    SubscriptionIds are the targets of discovery.
    TenantId string
    TenantId is the Azure Tenant we're discovering in

    • gcp:
    WorkloadPoolId string
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    WorkloadProjectId string
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    WorkloadProjectNumber string
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    WorkloadProviderId string
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    discoveryConnectors List<GetConnectorDiscoveryConnector>
    A single element list containing a map, where each key lists one of the following objects:

    • aws:
    ids List<String>
    a list of strings of ids of data sources that match the given arguments.
    accountIds String
    AccountIds is the list of AWS Accounts to scan
    clientId String
    ClientId is the ID of the Application / Service Account we're acting as
    cloud String
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    projectIds String
    ProjectIds is the list of GCP Projects the connector will scan
    roleName String
    RoleName is the Role we're assuming into for an account
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services String
    Services is a list of services this connector should scan.
    subscriptionIds String
    SubscriptionIds are the targets of discovery.
    tenantId String
    TenantId is the Azure Tenant we're discovering in

    • gcp:
    workloadPoolId String
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workloadProjectId String
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workloadProjectNumber String
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workloadProviderId String
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    discoveryConnectors GetConnectorDiscoveryConnector[]
    A single element list containing a map, where each key lists one of the following objects:

    • aws:
    ids string[]
    a list of strings of ids of data sources that match the given arguments.
    accountIds string
    AccountIds is the list of AWS Accounts to scan
    clientId string
    ClientId is the ID of the Application / Service Account we're acting as
    cloud string
    description string
    Description of the Connector.
    id string
    Unique identifier of the Connector.
    name string
    Unique human-readable name of the Connector.
    projectIds string
    ProjectIds is the list of GCP Projects the connector will scan
    roleName string
    RoleName is the Role we're assuming into for an account
    scanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    services string
    Services is a list of services this connector should scan.
    subscriptionIds string
    SubscriptionIds are the targets of discovery.
    tenantId string
    TenantId is the Azure Tenant we're discovering in

    • gcp:
    workloadPoolId string
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workloadProjectId string
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workloadProjectNumber string
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workloadProviderId string
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    discovery_connectors Sequence[GetConnectorDiscoveryConnector]
    A single element list containing a map, where each key lists one of the following objects:

    • aws:
    ids Sequence[str]
    a list of strings of ids of data sources that match the given arguments.
    account_ids str
    AccountIds is the list of AWS Accounts to scan
    client_id str
    ClientId is the ID of the Application / Service Account we're acting as
    cloud str
    description str
    Description of the Connector.
    id str
    Unique identifier of the Connector.
    name str
    Unique human-readable name of the Connector.
    project_ids str
    ProjectIds is the list of GCP Projects the connector will scan
    role_name str
    RoleName is the Role we're assuming into for an account
    scan_period str
    ScanPeriod identifies which remote system this Connector discovers
    services str
    Services is a list of services this connector should scan.
    subscription_ids str
    SubscriptionIds are the targets of discovery.
    tenant_id str
    TenantId is the Azure Tenant we're discovering in

    • gcp:
    workload_pool_id str
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workload_project_id str
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workload_project_number str
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workload_provider_id str
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    discoveryConnectors List<Property Map>
    A single element list containing a map, where each key lists one of the following objects:

    • aws:
    ids List<String>
    a list of strings of ids of data sources that match the given arguments.
    accountIds String
    AccountIds is the list of AWS Accounts to scan
    clientId String
    ClientId is the ID of the Application / Service Account we're acting as
    cloud String
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    projectIds String
    ProjectIds is the list of GCP Projects the connector will scan
    roleName String
    RoleName is the Role we're assuming into for an account
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services String
    Services is a list of services this connector should scan.
    subscriptionIds String
    SubscriptionIds are the targets of discovery.
    tenantId String
    TenantId is the Azure Tenant we're discovering in

    • gcp:
    workloadPoolId String
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workloadProjectId String
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workloadProjectNumber String
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workloadProviderId String
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT

    Supporting Types

    GetConnectorDiscoveryConnector

    GetConnectorDiscoveryConnectorAw

    AccountIds List<string>
    AccountIds is the list of AWS Accounts to scan
    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    RoleName string
    RoleName is the Role we're assuming into for an account
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services List<string>
    Services is a list of services this connector should scan.
    AccountIds []string
    AccountIds is the list of AWS Accounts to scan
    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    RoleName string
    RoleName is the Role we're assuming into for an account
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services []string
    Services is a list of services this connector should scan.
    accountIds List<String>
    AccountIds is the list of AWS Accounts to scan
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    roleName String
    RoleName is the Role we're assuming into for an account
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services List<String>
    Services is a list of services this connector should scan.
    accountIds string[]
    AccountIds is the list of AWS Accounts to scan
    description string
    Description of the Connector.
    id string
    Unique identifier of the Connector.
    name string
    Unique human-readable name of the Connector.
    roleName string
    RoleName is the Role we're assuming into for an account
    scanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    services string[]
    Services is a list of services this connector should scan.
    account_ids Sequence[str]
    AccountIds is the list of AWS Accounts to scan
    description str
    Description of the Connector.
    id str
    Unique identifier of the Connector.
    name str
    Unique human-readable name of the Connector.
    role_name str
    RoleName is the Role we're assuming into for an account
    scan_period str
    ScanPeriod identifies which remote system this Connector discovers
    services Sequence[str]
    Services is a list of services this connector should scan.
    accountIds List<String>
    AccountIds is the list of AWS Accounts to scan
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    roleName String
    RoleName is the Role we're assuming into for an account
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services List<String>
    Services is a list of services this connector should scan.

    GetConnectorDiscoveryConnectorAzure

    ClientId string
    ClientId is the ID of the Application / Service Account we're acting as
    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services List<string>
    Services is a list of services this connector should scan.
    SubscriptionIds List<string>
    SubscriptionIds are the targets of discovery.
    TenantId string
    TenantId is the Azure Tenant we're discovering in
    ClientId string
    ClientId is the ID of the Application / Service Account we're acting as
    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services []string
    Services is a list of services this connector should scan.
    SubscriptionIds []string
    SubscriptionIds are the targets of discovery.
    TenantId string
    TenantId is the Azure Tenant we're discovering in
    clientId String
    ClientId is the ID of the Application / Service Account we're acting as
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services List<String>
    Services is a list of services this connector should scan.
    subscriptionIds List<String>
    SubscriptionIds are the targets of discovery.
    tenantId String
    TenantId is the Azure Tenant we're discovering in
    clientId string
    ClientId is the ID of the Application / Service Account we're acting as
    description string
    Description of the Connector.
    id string
    Unique identifier of the Connector.
    name string
    Unique human-readable name of the Connector.
    scanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    services string[]
    Services is a list of services this connector should scan.
    subscriptionIds string[]
    SubscriptionIds are the targets of discovery.
    tenantId string
    TenantId is the Azure Tenant we're discovering in
    client_id str
    ClientId is the ID of the Application / Service Account we're acting as
    description str
    Description of the Connector.
    id str
    Unique identifier of the Connector.
    name str
    Unique human-readable name of the Connector.
    scan_period str
    ScanPeriod identifies which remote system this Connector discovers
    services Sequence[str]
    Services is a list of services this connector should scan.
    subscription_ids Sequence[str]
    SubscriptionIds are the targets of discovery.
    tenant_id str
    TenantId is the Azure Tenant we're discovering in
    clientId String
    ClientId is the ID of the Application / Service Account we're acting as
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services List<String>
    Services is a list of services this connector should scan.
    subscriptionIds List<String>
    SubscriptionIds are the targets of discovery.
    tenantId String
    TenantId is the Azure Tenant we're discovering in

    GetConnectorDiscoveryConnectorGcp

    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    ProjectIds List<string>
    ProjectIds is the list of GCP Projects the connector will scan
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services List<string>
    Services is a list of services this connector should scan.
    WorkloadPoolId string
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    WorkloadProjectId string
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    WorkloadProjectNumber string
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    WorkloadProviderId string
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    Description string
    Description of the Connector.
    Id string
    Unique identifier of the Connector.
    Name string
    Unique human-readable name of the Connector.
    ProjectIds []string
    ProjectIds is the list of GCP Projects the connector will scan
    ScanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    Services []string
    Services is a list of services this connector should scan.
    WorkloadPoolId string
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    WorkloadProjectId string
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    WorkloadProjectNumber string
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    WorkloadProviderId string
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    projectIds List<String>
    ProjectIds is the list of GCP Projects the connector will scan
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services List<String>
    Services is a list of services this connector should scan.
    workloadPoolId String
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workloadProjectId String
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workloadProjectNumber String
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workloadProviderId String
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    description string
    Description of the Connector.
    id string
    Unique identifier of the Connector.
    name string
    Unique human-readable name of the Connector.
    projectIds string[]
    ProjectIds is the list of GCP Projects the connector will scan
    scanPeriod string
    ScanPeriod identifies which remote system this Connector discovers
    services string[]
    Services is a list of services this connector should scan.
    workloadPoolId string
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workloadProjectId string
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workloadProjectNumber string
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workloadProviderId string
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    description str
    Description of the Connector.
    id str
    Unique identifier of the Connector.
    name str
    Unique human-readable name of the Connector.
    project_ids Sequence[str]
    ProjectIds is the list of GCP Projects the connector will scan
    scan_period str
    ScanPeriod identifies which remote system this Connector discovers
    services Sequence[str]
    Services is a list of services this connector should scan.
    workload_pool_id str
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workload_project_id str
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workload_project_number str
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workload_provider_id str
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT
    description String
    Description of the Connector.
    id String
    Unique identifier of the Connector.
    name String
    Unique human-readable name of the Connector.
    projectIds List<String>
    ProjectIds is the list of GCP Projects the connector will scan
    scanPeriod String
    ScanPeriod identifies which remote system this Connector discovers
    services List<String>
    Services is a list of services this connector should scan.
    workloadPoolId String
    WorkloadPoolId is the GCP Workload Pool Identifier used to authenticate our JWT
    workloadProjectId String
    WorkloadProjectId is the GCP Project ID where the Workload Pool is defined
    workloadProjectNumber String
    WorkloadProjectNumber is the GCP Project Number where the Workload Pool is defined
    workloadProviderId String
    WorkloadProviderId is the GCP Workload Provider Identifier used to authenticate our JWT

    Package Details

    Repository
    sdm pierskarsenbarg/pulumi-sdm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdm Terraform Provider.
    sdm logo
    Viewing docs for StrongDM v1.34.5
    published on Sunday, Mar 1, 2026 by Piers Karsenbarg
      Try Pulumi Cloud free. Your team will thank you.