1. Packages
  2. Octopusdeploy Provider
  3. API Docs
  4. getDeploymentTargets
octopusdeploy 0.43.1 published on Wednesday, Apr 30, 2025 by octopusdeploylabs

octopusdeploy.getDeploymentTargets

Explore with Pulumi AI

octopusdeploy logo
octopusdeploy 0.43.1 published on Wednesday, Apr 30, 2025 by octopusdeploylabs

    Provides information about existing deployment targets.

    Using getDeploymentTargets

    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 getDeploymentTargets(args: GetDeploymentTargetsArgs, opts?: InvokeOptions): Promise<GetDeploymentTargetsResult>
    function getDeploymentTargetsOutput(args: GetDeploymentTargetsOutputArgs, opts?: InvokeOptions): Output<GetDeploymentTargetsResult>
    def get_deployment_targets(communication_styles: Optional[Sequence[str]] = None,
                               deployment_id: Optional[str] = None,
                               environments: Optional[Sequence[str]] = None,
                               health_statuses: Optional[Sequence[str]] = None,
                               id: Optional[str] = None,
                               ids: Optional[Sequence[str]] = None,
                               is_disabled: Optional[bool] = None,
                               name: Optional[str] = None,
                               partial_name: Optional[str] = None,
                               roles: Optional[Sequence[str]] = None,
                               shell_names: Optional[Sequence[str]] = None,
                               skip: Optional[float] = None,
                               space_id: Optional[str] = None,
                               take: Optional[float] = None,
                               tenant_tags: Optional[Sequence[str]] = None,
                               tenants: Optional[Sequence[str]] = None,
                               thumbprint: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetDeploymentTargetsResult
    def get_deployment_targets_output(communication_styles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               deployment_id: Optional[pulumi.Input[str]] = None,
                               environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               health_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               is_disabled: Optional[pulumi.Input[bool]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               partial_name: Optional[pulumi.Input[str]] = None,
                               roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               shell_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               skip: Optional[pulumi.Input[float]] = None,
                               space_id: Optional[pulumi.Input[str]] = None,
                               take: Optional[pulumi.Input[float]] = None,
                               tenant_tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               tenants: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               thumbprint: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentTargetsResult]
    func GetDeploymentTargets(ctx *Context, args *GetDeploymentTargetsArgs, opts ...InvokeOption) (*GetDeploymentTargetsResult, error)
    func GetDeploymentTargetsOutput(ctx *Context, args *GetDeploymentTargetsOutputArgs, opts ...InvokeOption) GetDeploymentTargetsResultOutput

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

    public static class GetDeploymentTargets 
    {
        public static Task<GetDeploymentTargetsResult> InvokeAsync(GetDeploymentTargetsArgs args, InvokeOptions? opts = null)
        public static Output<GetDeploymentTargetsResult> Invoke(GetDeploymentTargetsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDeploymentTargetsResult> getDeploymentTargets(GetDeploymentTargetsArgs args, InvokeOptions options)
    public static Output<GetDeploymentTargetsResult> getDeploymentTargets(GetDeploymentTargetsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: octopusdeploy:index/getDeploymentTargets:getDeploymentTargets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CommunicationStyles List<string>
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    DeploymentId string
    A filter to search by deployment ID.
    Environments List<string>
    A filter to search by a list of environment IDs.
    HealthStatuses List<string>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    Id string
    The ID of this resource.
    Ids List<string>
    A filter to search by a list of IDs.
    IsDisabled bool
    A filter to search by the disabled status of a resource.
    Name string
    A filter to search by name.
    PartialName string
    A filter to search by the partial match of a name.
    Roles List<string>
    A filter to search by a list of role IDs.
    ShellNames List<string>
    A list of shell names to match in the query and/or search
    Skip double
    A filter to specify the number of items to skip in the response.
    SpaceId string
    The space ID associated with this resource.
    Take double
    A filter to specify the number of items to take (or return) in the response.
    TenantTags List<string>
    A filter to search by a list of tenant tags.
    Tenants List<string>
    A filter to search by a list of tenant IDs.
    Thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    CommunicationStyles []string
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    DeploymentId string
    A filter to search by deployment ID.
    Environments []string
    A filter to search by a list of environment IDs.
    HealthStatuses []string
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    Id string
    The ID of this resource.
    Ids []string
    A filter to search by a list of IDs.
    IsDisabled bool
    A filter to search by the disabled status of a resource.
    Name string
    A filter to search by name.
    PartialName string
    A filter to search by the partial match of a name.
    Roles []string
    A filter to search by a list of role IDs.
    ShellNames []string
    A list of shell names to match in the query and/or search
    Skip float64
    A filter to specify the number of items to skip in the response.
    SpaceId string
    The space ID associated with this resource.
    Take float64
    A filter to specify the number of items to take (or return) in the response.
    TenantTags []string
    A filter to search by a list of tenant tags.
    Tenants []string
    A filter to search by a list of tenant IDs.
    Thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    communicationStyles List<String>
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    deploymentId String
    A filter to search by deployment ID.
    environments List<String>
    A filter to search by a list of environment IDs.
    healthStatuses List<String>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    id String
    The ID of this resource.
    ids List<String>
    A filter to search by a list of IDs.
    isDisabled Boolean
    A filter to search by the disabled status of a resource.
    name String
    A filter to search by name.
    partialName String
    A filter to search by the partial match of a name.
    roles List<String>
    A filter to search by a list of role IDs.
    shellNames List<String>
    A list of shell names to match in the query and/or search
    skip Double
    A filter to specify the number of items to skip in the response.
    spaceId String
    The space ID associated with this resource.
    take Double
    A filter to specify the number of items to take (or return) in the response.
    tenantTags List<String>
    A filter to search by a list of tenant tags.
    tenants List<String>
    A filter to search by a list of tenant IDs.
    thumbprint String
    The thumbprint of the deployment target to match in the query and/or search
    communicationStyles string[]
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    deploymentId string
    A filter to search by deployment ID.
    environments string[]
    A filter to search by a list of environment IDs.
    healthStatuses string[]
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    id string
    The ID of this resource.
    ids string[]
    A filter to search by a list of IDs.
    isDisabled boolean
    A filter to search by the disabled status of a resource.
    name string
    A filter to search by name.
    partialName string
    A filter to search by the partial match of a name.
    roles string[]
    A filter to search by a list of role IDs.
    shellNames string[]
    A list of shell names to match in the query and/or search
    skip number
    A filter to specify the number of items to skip in the response.
    spaceId string
    The space ID associated with this resource.
    take number
    A filter to specify the number of items to take (or return) in the response.
    tenantTags string[]
    A filter to search by a list of tenant tags.
    tenants string[]
    A filter to search by a list of tenant IDs.
    thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    communication_styles Sequence[str]
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    deployment_id str
    A filter to search by deployment ID.
    environments Sequence[str]
    A filter to search by a list of environment IDs.
    health_statuses Sequence[str]
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    id str
    The ID of this resource.
    ids Sequence[str]
    A filter to search by a list of IDs.
    is_disabled bool
    A filter to search by the disabled status of a resource.
    name str
    A filter to search by name.
    partial_name str
    A filter to search by the partial match of a name.
    roles Sequence[str]
    A filter to search by a list of role IDs.
    shell_names Sequence[str]
    A list of shell names to match in the query and/or search
    skip float
    A filter to specify the number of items to skip in the response.
    space_id str
    The space ID associated with this resource.
    take float
    A filter to specify the number of items to take (or return) in the response.
    tenant_tags Sequence[str]
    A filter to search by a list of tenant tags.
    tenants Sequence[str]
    A filter to search by a list of tenant IDs.
    thumbprint str
    The thumbprint of the deployment target to match in the query and/or search
    communicationStyles List<String>
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    deploymentId String
    A filter to search by deployment ID.
    environments List<String>
    A filter to search by a list of environment IDs.
    healthStatuses List<String>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    id String
    The ID of this resource.
    ids List<String>
    A filter to search by a list of IDs.
    isDisabled Boolean
    A filter to search by the disabled status of a resource.
    name String
    A filter to search by name.
    partialName String
    A filter to search by the partial match of a name.
    roles List<String>
    A filter to search by a list of role IDs.
    shellNames List<String>
    A list of shell names to match in the query and/or search
    skip Number
    A filter to specify the number of items to skip in the response.
    spaceId String
    The space ID associated with this resource.
    take Number
    A filter to specify the number of items to take (or return) in the response.
    tenantTags List<String>
    A filter to search by a list of tenant tags.
    tenants List<String>
    A filter to search by a list of tenant IDs.
    thumbprint String
    The thumbprint of the deployment target to match in the query and/or search

    getDeploymentTargets Result

    The following output properties are available:

    DeploymentTargets List<GetDeploymentTargetsDeploymentTarget>
    A list of deployment targets that match the filter(s).
    Id string
    The ID of this resource.
    SpaceId string
    The space ID associated with this resource.
    CommunicationStyles List<string>
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    DeploymentId string
    A filter to search by deployment ID.
    Environments List<string>
    A filter to search by a list of environment IDs.
    HealthStatuses List<string>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    Ids List<string>
    A filter to search by a list of IDs.
    IsDisabled bool
    A filter to search by the disabled status of a resource.
    Name string
    A filter to search by name.
    PartialName string
    A filter to search by the partial match of a name.
    Roles List<string>
    A filter to search by a list of role IDs.
    ShellNames List<string>
    A list of shell names to match in the query and/or search
    Skip double
    A filter to specify the number of items to skip in the response.
    Take double
    A filter to specify the number of items to take (or return) in the response.
    TenantTags List<string>
    A filter to search by a list of tenant tags.
    Tenants List<string>
    A filter to search by a list of tenant IDs.
    Thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    DeploymentTargets []GetDeploymentTargetsDeploymentTarget
    A list of deployment targets that match the filter(s).
    Id string
    The ID of this resource.
    SpaceId string
    The space ID associated with this resource.
    CommunicationStyles []string
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    DeploymentId string
    A filter to search by deployment ID.
    Environments []string
    A filter to search by a list of environment IDs.
    HealthStatuses []string
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    Ids []string
    A filter to search by a list of IDs.
    IsDisabled bool
    A filter to search by the disabled status of a resource.
    Name string
    A filter to search by name.
    PartialName string
    A filter to search by the partial match of a name.
    Roles []string
    A filter to search by a list of role IDs.
    ShellNames []string
    A list of shell names to match in the query and/or search
    Skip float64
    A filter to specify the number of items to skip in the response.
    Take float64
    A filter to specify the number of items to take (or return) in the response.
    TenantTags []string
    A filter to search by a list of tenant tags.
    Tenants []string
    A filter to search by a list of tenant IDs.
    Thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    deploymentTargets List<GetDeploymentTargetsDeploymentTarget>
    A list of deployment targets that match the filter(s).
    id String
    The ID of this resource.
    spaceId String
    The space ID associated with this resource.
    communicationStyles List<String>
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    deploymentId String
    A filter to search by deployment ID.
    environments List<String>
    A filter to search by a list of environment IDs.
    healthStatuses List<String>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids List<String>
    A filter to search by a list of IDs.
    isDisabled Boolean
    A filter to search by the disabled status of a resource.
    name String
    A filter to search by name.
    partialName String
    A filter to search by the partial match of a name.
    roles List<String>
    A filter to search by a list of role IDs.
    shellNames List<String>
    A list of shell names to match in the query and/or search
    skip Double
    A filter to specify the number of items to skip in the response.
    take Double
    A filter to specify the number of items to take (or return) in the response.
    tenantTags List<String>
    A filter to search by a list of tenant tags.
    tenants List<String>
    A filter to search by a list of tenant IDs.
    thumbprint String
    The thumbprint of the deployment target to match in the query and/or search
    deploymentTargets GetDeploymentTargetsDeploymentTarget[]
    A list of deployment targets that match the filter(s).
    id string
    The ID of this resource.
    spaceId string
    The space ID associated with this resource.
    communicationStyles string[]
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    deploymentId string
    A filter to search by deployment ID.
    environments string[]
    A filter to search by a list of environment IDs.
    healthStatuses string[]
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids string[]
    A filter to search by a list of IDs.
    isDisabled boolean
    A filter to search by the disabled status of a resource.
    name string
    A filter to search by name.
    partialName string
    A filter to search by the partial match of a name.
    roles string[]
    A filter to search by a list of role IDs.
    shellNames string[]
    A list of shell names to match in the query and/or search
    skip number
    A filter to specify the number of items to skip in the response.
    take number
    A filter to specify the number of items to take (or return) in the response.
    tenantTags string[]
    A filter to search by a list of tenant tags.
    tenants string[]
    A filter to search by a list of tenant IDs.
    thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    deployment_targets Sequence[GetDeploymentTargetsDeploymentTarget]
    A list of deployment targets that match the filter(s).
    id str
    The ID of this resource.
    space_id str
    The space ID associated with this resource.
    communication_styles Sequence[str]
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    deployment_id str
    A filter to search by deployment ID.
    environments Sequence[str]
    A filter to search by a list of environment IDs.
    health_statuses Sequence[str]
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids Sequence[str]
    A filter to search by a list of IDs.
    is_disabled bool
    A filter to search by the disabled status of a resource.
    name str
    A filter to search by name.
    partial_name str
    A filter to search by the partial match of a name.
    roles Sequence[str]
    A filter to search by a list of role IDs.
    shell_names Sequence[str]
    A list of shell names to match in the query and/or search
    skip float
    A filter to specify the number of items to skip in the response.
    take float
    A filter to specify the number of items to take (or return) in the response.
    tenant_tags Sequence[str]
    A filter to search by a list of tenant tags.
    tenants Sequence[str]
    A filter to search by a list of tenant IDs.
    thumbprint str
    The thumbprint of the deployment target to match in the query and/or search
    deploymentTargets List<Property Map>
    A list of deployment targets that match the filter(s).
    id String
    The ID of this resource.
    spaceId String
    The space ID associated with this resource.
    communicationStyles List<String>
    A filter to search by a list of communication styles. Valid communication styles are AzureCloudService, AzureServiceFabricCluster, AzureWebApp, Ftp, Kubernetes, None, OfflineDrop, Ssh, TentacleActive, or TentaclePassive.
    deploymentId String
    A filter to search by deployment ID.
    environments List<String>
    A filter to search by a list of environment IDs.
    healthStatuses List<String>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids List<String>
    A filter to search by a list of IDs.
    isDisabled Boolean
    A filter to search by the disabled status of a resource.
    name String
    A filter to search by name.
    partialName String
    A filter to search by the partial match of a name.
    roles List<String>
    A filter to search by a list of role IDs.
    shellNames List<String>
    A list of shell names to match in the query and/or search
    skip Number
    A filter to specify the number of items to skip in the response.
    take Number
    A filter to specify the number of items to take (or return) in the response.
    tenantTags List<String>
    A filter to search by a list of tenant tags.
    tenants List<String>
    A filter to search by a list of tenant IDs.
    thumbprint String
    The thumbprint of the deployment target to match in the query and/or search

    Supporting Types

    GetDeploymentTargetsDeploymentTarget

    endpoints List<Property Map>
    environments List<String>
    hasLatestCalamari Boolean
    healthStatus String
    id String
    isDisabled Boolean
    isInProcess Boolean
    machinePolicyId String
    name String
    operatingSystem String
    roles List<String>
    shellName String
    shellVersion String
    spaceId String
    status String
    statusSummary String
    tenantTags List<String>
    tenantedDeploymentParticipation String
    tenants List<String>
    thumbprint String
    uri String

    GetDeploymentTargetsDeploymentTargetEndpoint

    AadClientCredentialSecret string
    AadCredentialType string
    AadUserCredentialUsername string
    AccountId string
    ApplicationsDirectory string
    Authentications List<GetDeploymentTargetsDeploymentTargetEndpointAuthentication>
    CertificateSignatureAlgorithm string
    CertificateStoreLocation string
    CertificateStoreName string
    ClientCertificateVariable string
    CloudServiceName string
    ClusterCertificate string
    ClusterCertificatePath string
    ClusterUrl string
    CommunicationStyle string
    ConnectionEndpoint string
    ContainerOptions string
    Containers List<GetDeploymentTargetsDeploymentTargetEndpointContainer>
    DefaultWorkerPoolId string
    Destinations List<GetDeploymentTargetsDeploymentTargetEndpointDestination>
    DotNetCorePlatform string
    Fingerprint string
    Host string
    Id string
    Namespace string
    Port double
    ProxyId string
    ResourceGroupName string
    RunningInContainer bool
    SecurityMode string
    ServerCertificateThumbprint string
    SkipTlsVerification bool
    Slot string
    StorageAccountName string
    SwapIfPossible bool
    TentacleVersionDetails List<GetDeploymentTargetsDeploymentTargetEndpointTentacleVersionDetail>
    Thumbprint string
    Uri string
    UseCurrentInstanceCount bool
    WebAppName string
    WebAppSlotName string
    WorkingDirectory string
    AadClientCredentialSecret string
    AadCredentialType string
    AadUserCredentialUsername string
    AccountId string
    ApplicationsDirectory string
    Authentications []GetDeploymentTargetsDeploymentTargetEndpointAuthentication
    CertificateSignatureAlgorithm string
    CertificateStoreLocation string
    CertificateStoreName string
    ClientCertificateVariable string
    CloudServiceName string
    ClusterCertificate string
    ClusterCertificatePath string
    ClusterUrl string
    CommunicationStyle string
    ConnectionEndpoint string
    ContainerOptions string
    Containers []GetDeploymentTargetsDeploymentTargetEndpointContainer
    DefaultWorkerPoolId string
    Destinations []GetDeploymentTargetsDeploymentTargetEndpointDestination
    DotNetCorePlatform string
    Fingerprint string
    Host string
    Id string
    Namespace string
    Port float64
    ProxyId string
    ResourceGroupName string
    RunningInContainer bool
    SecurityMode string
    ServerCertificateThumbprint string
    SkipTlsVerification bool
    Slot string
    StorageAccountName string
    SwapIfPossible bool
    TentacleVersionDetails []GetDeploymentTargetsDeploymentTargetEndpointTentacleVersionDetail
    Thumbprint string
    Uri string
    UseCurrentInstanceCount bool
    WebAppName string
    WebAppSlotName string
    WorkingDirectory string
    aadClientCredentialSecret String
    aadCredentialType String
    aadUserCredentialUsername String
    accountId String
    applicationsDirectory String
    authentications List<GetDeploymentTargetsDeploymentTargetEndpointAuthentication>
    certificateSignatureAlgorithm String
    certificateStoreLocation String
    certificateStoreName String
    clientCertificateVariable String
    cloudServiceName String
    clusterCertificate String
    clusterCertificatePath String
    clusterUrl String
    communicationStyle String
    connectionEndpoint String
    containerOptions String
    containers List<GetDeploymentTargetsDeploymentTargetEndpointContainer>
    defaultWorkerPoolId String
    destinations List<GetDeploymentTargetsDeploymentTargetEndpointDestination>
    dotNetCorePlatform String
    fingerprint String
    host String
    id String
    namespace String
    port Double
    proxyId String
    resourceGroupName String
    runningInContainer Boolean
    securityMode String
    serverCertificateThumbprint String
    skipTlsVerification Boolean
    slot String
    storageAccountName String
    swapIfPossible Boolean
    tentacleVersionDetails List<GetDeploymentTargetsDeploymentTargetEndpointTentacleVersionDetail>
    thumbprint String
    uri String
    useCurrentInstanceCount Boolean
    webAppName String
    webAppSlotName String
    workingDirectory String
    aadClientCredentialSecret string
    aadCredentialType string
    aadUserCredentialUsername string
    accountId string
    applicationsDirectory string
    authentications GetDeploymentTargetsDeploymentTargetEndpointAuthentication[]
    certificateSignatureAlgorithm string
    certificateStoreLocation string
    certificateStoreName string
    clientCertificateVariable string
    cloudServiceName string
    clusterCertificate string
    clusterCertificatePath string
    clusterUrl string
    communicationStyle string
    connectionEndpoint string
    containerOptions string
    containers GetDeploymentTargetsDeploymentTargetEndpointContainer[]
    defaultWorkerPoolId string
    destinations GetDeploymentTargetsDeploymentTargetEndpointDestination[]
    dotNetCorePlatform string
    fingerprint string
    host string
    id string
    namespace string
    port number
    proxyId string
    resourceGroupName string
    runningInContainer boolean
    securityMode string
    serverCertificateThumbprint string
    skipTlsVerification boolean
    slot string
    storageAccountName string
    swapIfPossible boolean
    tentacleVersionDetails GetDeploymentTargetsDeploymentTargetEndpointTentacleVersionDetail[]
    thumbprint string
    uri string
    useCurrentInstanceCount boolean
    webAppName string
    webAppSlotName string
    workingDirectory string
    aad_client_credential_secret str
    aad_credential_type str
    aad_user_credential_username str
    account_id str
    applications_directory str
    authentications Sequence[GetDeploymentTargetsDeploymentTargetEndpointAuthentication]
    certificate_signature_algorithm str
    certificate_store_location str
    certificate_store_name str
    client_certificate_variable str
    cloud_service_name str
    cluster_certificate str
    cluster_certificate_path str
    cluster_url str
    communication_style str
    connection_endpoint str
    container_options str
    containers Sequence[GetDeploymentTargetsDeploymentTargetEndpointContainer]
    default_worker_pool_id str
    destinations Sequence[GetDeploymentTargetsDeploymentTargetEndpointDestination]
    dot_net_core_platform str
    fingerprint str
    host str
    id str
    namespace str
    port float
    proxy_id str
    resource_group_name str
    running_in_container bool
    security_mode str
    server_certificate_thumbprint str
    skip_tls_verification bool
    slot str
    storage_account_name str
    swap_if_possible bool
    tentacle_version_details Sequence[GetDeploymentTargetsDeploymentTargetEndpointTentacleVersionDetail]
    thumbprint str
    uri str
    use_current_instance_count bool
    web_app_name str
    web_app_slot_name str
    working_directory str
    aadClientCredentialSecret String
    aadCredentialType String
    aadUserCredentialUsername String
    accountId String
    applicationsDirectory String
    authentications List<Property Map>
    certificateSignatureAlgorithm String
    certificateStoreLocation String
    certificateStoreName String
    clientCertificateVariable String
    cloudServiceName String
    clusterCertificate String
    clusterCertificatePath String
    clusterUrl String
    communicationStyle String
    connectionEndpoint String
    containerOptions String
    containers List<Property Map>
    defaultWorkerPoolId String
    destinations List<Property Map>
    dotNetCorePlatform String
    fingerprint String
    host String
    id String
    namespace String
    port Number
    proxyId String
    resourceGroupName String
    runningInContainer Boolean
    securityMode String
    serverCertificateThumbprint String
    skipTlsVerification Boolean
    slot String
    storageAccountName String
    swapIfPossible Boolean
    tentacleVersionDetails List<Property Map>
    thumbprint String
    uri String
    useCurrentInstanceCount Boolean
    webAppName String
    webAppSlotName String
    workingDirectory String

    GetDeploymentTargetsDeploymentTargetEndpointAuthentication

    GetDeploymentTargetsDeploymentTargetEndpointContainer

    FeedId string
    Image string
    FeedId string
    Image string
    feedId String
    image String
    feedId string
    image string
    feed_id str
    image str
    feedId String
    image String

    GetDeploymentTargetsDeploymentTargetEndpointDestination

    GetDeploymentTargetsDeploymentTargetEndpointTentacleVersionDetail

    Package Details

    Repository
    octopusdeploy octopusdeploylabs/terraform-provider-octopusdeploy
    License
    Notes
    This Pulumi package is based on the octopusdeploy Terraform Provider.
    octopusdeploy logo
    octopusdeploy 0.43.1 published on Wednesday, Apr 30, 2025 by octopusdeploylabs