1. Packages
  2. Harness Provider
  3. API Docs
  4. platform
  5. getConnectorCustomSecretManager
Harness v0.8.1 published on Saturday, Aug 23, 2025 by Pulumi

harness.platform.getConnectorCustomSecretManager

Explore with Pulumi AI

harness logo
Harness v0.8.1 published on Saturday, Aug 23, 2025 by Pulumi

    Datasource for looking up a Custom Secret Manager connector.

    Using getConnectorCustomSecretManager

    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 getConnectorCustomSecretManager(args: GetConnectorCustomSecretManagerArgs, opts?: InvokeOptions): Promise<GetConnectorCustomSecretManagerResult>
    function getConnectorCustomSecretManagerOutput(args: GetConnectorCustomSecretManagerOutputArgs, opts?: InvokeOptions): Output<GetConnectorCustomSecretManagerResult>
    def get_connector_custom_secret_manager(delegate_selectors: Optional[Sequence[str]] = None,
                                            identifier: Optional[str] = None,
                                            name: Optional[str] = None,
                                            org_id: Optional[str] = None,
                                            project_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetConnectorCustomSecretManagerResult
    def get_connector_custom_secret_manager_output(delegate_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            identifier: Optional[pulumi.Input[str]] = None,
                                            name: Optional[pulumi.Input[str]] = None,
                                            org_id: Optional[pulumi.Input[str]] = None,
                                            project_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetConnectorCustomSecretManagerResult]
    func LookupConnectorCustomSecretManager(ctx *Context, args *LookupConnectorCustomSecretManagerArgs, opts ...InvokeOption) (*LookupConnectorCustomSecretManagerResult, error)
    func LookupConnectorCustomSecretManagerOutput(ctx *Context, args *LookupConnectorCustomSecretManagerOutputArgs, opts ...InvokeOption) LookupConnectorCustomSecretManagerResultOutput

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

    public static class GetConnectorCustomSecretManager 
    {
        public static Task<GetConnectorCustomSecretManagerResult> InvokeAsync(GetConnectorCustomSecretManagerArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectorCustomSecretManagerResult> Invoke(GetConnectorCustomSecretManagerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectorCustomSecretManagerResult> getConnectorCustomSecretManager(GetConnectorCustomSecretManagerArgs args, InvokeOptions options)
    public static Output<GetConnectorCustomSecretManagerResult> getConnectorCustomSecretManager(GetConnectorCustomSecretManagerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: harness:platform/getConnectorCustomSecretManager:getConnectorCustomSecretManager
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Identifier string
    Unique identifier of the resource.
    DelegateSelectors List<string>
    Tags to filter delegates for connection.
    Name string
    Name of the resource.
    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    Identifier string
    Unique identifier of the resource.
    DelegateSelectors []string
    Tags to filter delegates for connection.
    Name string
    Name of the resource.
    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    identifier String
    Unique identifier of the resource.
    delegateSelectors List<String>
    Tags to filter delegates for connection.
    name String
    Name of the resource.
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.
    identifier string
    Unique identifier of the resource.
    delegateSelectors string[]
    Tags to filter delegates for connection.
    name string
    Name of the resource.
    orgId string
    Unique identifier of the organization.
    projectId string
    Unique identifier of the project.
    identifier str
    Unique identifier of the resource.
    delegate_selectors Sequence[str]
    Tags to filter delegates for connection.
    name str
    Name of the resource.
    org_id str
    Unique identifier of the organization.
    project_id str
    Unique identifier of the project.
    identifier String
    Unique identifier of the resource.
    delegateSelectors List<String>
    Tags to filter delegates for connection.
    name String
    Name of the resource.
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.

    getConnectorCustomSecretManager Result

    The following output properties are available:

    Description string
    Description of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Unique identifier of the resource.
    OnDelegate bool
    Specifies whether the secrets manager runs on a Harness delegate.
    SshSecretRef string
    SSH secret reference for the custom secrets manager, Computed if 'on_delegate' is false.
    Tags List<string>
    Tags to associate with the resource.
    TargetHost string
    Host where the custom secrets manager is located, Computed if 'on_delegate' is false.
    TemplateInputs List<GetConnectorCustomSecretManagerTemplateInput>
    TemplateRef string
    Reference to the template used for managing secrets.
    Timeout int
    Timeout in seconds for secrets management operations.
    Type string
    Type of the custom secrets manager, typically set to 'CustomSecretManager'.
    VersionLabel string
    Version identifier of the secrets management template.
    WorkingDirectory string
    The working directory for operations, Computed if 'on_delegate' is false.
    DelegateSelectors List<string>
    Tags to filter delegates for connection.
    Name string
    Name of the resource.
    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    Description string
    Description of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Unique identifier of the resource.
    OnDelegate bool
    Specifies whether the secrets manager runs on a Harness delegate.
    SshSecretRef string
    SSH secret reference for the custom secrets manager, Computed if 'on_delegate' is false.
    Tags []string
    Tags to associate with the resource.
    TargetHost string
    Host where the custom secrets manager is located, Computed if 'on_delegate' is false.
    TemplateInputs []GetConnectorCustomSecretManagerTemplateInput
    TemplateRef string
    Reference to the template used for managing secrets.
    Timeout int
    Timeout in seconds for secrets management operations.
    Type string
    Type of the custom secrets manager, typically set to 'CustomSecretManager'.
    VersionLabel string
    Version identifier of the secrets management template.
    WorkingDirectory string
    The working directory for operations, Computed if 'on_delegate' is false.
    DelegateSelectors []string
    Tags to filter delegates for connection.
    Name string
    Name of the resource.
    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    description String
    Description of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    Unique identifier of the resource.
    onDelegate Boolean
    Specifies whether the secrets manager runs on a Harness delegate.
    sshSecretRef String
    SSH secret reference for the custom secrets manager, Computed if 'on_delegate' is false.
    tags List<String>
    Tags to associate with the resource.
    targetHost String
    Host where the custom secrets manager is located, Computed if 'on_delegate' is false.
    templateInputs List<GetConnectorCustomSecretManagerTemplateInput>
    templateRef String
    Reference to the template used for managing secrets.
    timeout Integer
    Timeout in seconds for secrets management operations.
    type String
    Type of the custom secrets manager, typically set to 'CustomSecretManager'.
    versionLabel String
    Version identifier of the secrets management template.
    workingDirectory String
    The working directory for operations, Computed if 'on_delegate' is false.
    delegateSelectors List<String>
    Tags to filter delegates for connection.
    name String
    Name of the resource.
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.
    description string
    Description of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    identifier string
    Unique identifier of the resource.
    onDelegate boolean
    Specifies whether the secrets manager runs on a Harness delegate.
    sshSecretRef string
    SSH secret reference for the custom secrets manager, Computed if 'on_delegate' is false.
    tags string[]
    Tags to associate with the resource.
    targetHost string
    Host where the custom secrets manager is located, Computed if 'on_delegate' is false.
    templateInputs GetConnectorCustomSecretManagerTemplateInput[]
    templateRef string
    Reference to the template used for managing secrets.
    timeout number
    Timeout in seconds for secrets management operations.
    type string
    Type of the custom secrets manager, typically set to 'CustomSecretManager'.
    versionLabel string
    Version identifier of the secrets management template.
    workingDirectory string
    The working directory for operations, Computed if 'on_delegate' is false.
    delegateSelectors string[]
    Tags to filter delegates for connection.
    name string
    Name of the resource.
    orgId string
    Unique identifier of the organization.
    projectId string
    Unique identifier of the project.
    description str
    Description of the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    identifier str
    Unique identifier of the resource.
    on_delegate bool
    Specifies whether the secrets manager runs on a Harness delegate.
    ssh_secret_ref str
    SSH secret reference for the custom secrets manager, Computed if 'on_delegate' is false.
    tags Sequence[str]
    Tags to associate with the resource.
    target_host str
    Host where the custom secrets manager is located, Computed if 'on_delegate' is false.
    template_inputs Sequence[GetConnectorCustomSecretManagerTemplateInput]
    template_ref str
    Reference to the template used for managing secrets.
    timeout int
    Timeout in seconds for secrets management operations.
    type str
    Type of the custom secrets manager, typically set to 'CustomSecretManager'.
    version_label str
    Version identifier of the secrets management template.
    working_directory str
    The working directory for operations, Computed if 'on_delegate' is false.
    delegate_selectors Sequence[str]
    Tags to filter delegates for connection.
    name str
    Name of the resource.
    org_id str
    Unique identifier of the organization.
    project_id str
    Unique identifier of the project.
    description String
    Description of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    Unique identifier of the resource.
    onDelegate Boolean
    Specifies whether the secrets manager runs on a Harness delegate.
    sshSecretRef String
    SSH secret reference for the custom secrets manager, Computed if 'on_delegate' is false.
    tags List<String>
    Tags to associate with the resource.
    targetHost String
    Host where the custom secrets manager is located, Computed if 'on_delegate' is false.
    templateInputs List<Property Map>
    templateRef String
    Reference to the template used for managing secrets.
    timeout Number
    Timeout in seconds for secrets management operations.
    type String
    Type of the custom secrets manager, typically set to 'CustomSecretManager'.
    versionLabel String
    Version identifier of the secrets management template.
    workingDirectory String
    The working directory for operations, Computed if 'on_delegate' is false.
    delegateSelectors List<String>
    Tags to filter delegates for connection.
    name String
    Name of the resource.
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.

    Supporting Types

    GetConnectorCustomSecretManagerTemplateInput

    GetConnectorCustomSecretManagerTemplateInputEnvironmentVariable

    Default bool
    Name string
    Type string
    Value string
    Default bool
    Name string
    Type string
    Value string
    default_ Boolean
    name String
    type String
    value String
    default boolean
    name string
    type string
    value string
    default bool
    name str
    type str
    value str
    default Boolean
    name String
    type String
    value String

    Package Details

    Repository
    harness pulumi/pulumi-harness
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the harness Terraform Provider.
    harness logo
    Harness v0.8.1 published on Saturday, Aug 23, 2025 by Pulumi