1. Packages
  2. Packages
  3. Artifactory Provider
  4. API Docs
  5. getFederatedDockerRepository
Viewing docs for artifactory v8.10.5
published on Tuesday, May 5, 2026 by Pulumi
artifactory logo
Viewing docs for artifactory v8.10.5
published on Tuesday, May 5, 2026 by Pulumi

    Using getFederatedDockerRepository

    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 getFederatedDockerRepository(args: GetFederatedDockerRepositoryArgs, opts?: InvokeOptions): Promise<GetFederatedDockerRepositoryResult>
    function getFederatedDockerRepositoryOutput(args: GetFederatedDockerRepositoryOutputArgs, opts?: InvokeOptions): Output<GetFederatedDockerRepositoryResult>
    def get_federated_docker_repository(archive_browsing_enabled: Optional[bool] = None,
                                        blacked_out: Optional[bool] = None,
                                        block_pushing_schema1: Optional[bool] = None,
                                        cdn_redirect: Optional[bool] = None,
                                        cleanup_on_delete: Optional[bool] = None,
                                        description: Optional[str] = None,
                                        disable_proxy: Optional[bool] = None,
                                        download_direct: Optional[bool] = None,
                                        excludes_pattern: Optional[str] = None,
                                        includes_pattern: Optional[str] = None,
                                        key: Optional[str] = None,
                                        max_unique_tags: Optional[int] = None,
                                        members: Optional[Sequence[GetFederatedDockerRepositoryMember]] = None,
                                        notes: Optional[str] = None,
                                        priority_resolution: Optional[bool] = None,
                                        project_environments: Optional[Sequence[str]] = None,
                                        project_key: Optional[str] = None,
                                        property_sets: Optional[Sequence[str]] = None,
                                        proxy: Optional[str] = None,
                                        repo_layout_ref: Optional[str] = None,
                                        tag_retention: Optional[int] = None,
                                        xray_index: Optional[bool] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetFederatedDockerRepositoryResult
    def get_federated_docker_repository_output(archive_browsing_enabled: pulumi.Input[Optional[bool]] = None,
                                        blacked_out: pulumi.Input[Optional[bool]] = None,
                                        block_pushing_schema1: pulumi.Input[Optional[bool]] = None,
                                        cdn_redirect: pulumi.Input[Optional[bool]] = None,
                                        cleanup_on_delete: pulumi.Input[Optional[bool]] = None,
                                        description: pulumi.Input[Optional[str]] = None,
                                        disable_proxy: pulumi.Input[Optional[bool]] = None,
                                        download_direct: pulumi.Input[Optional[bool]] = None,
                                        excludes_pattern: pulumi.Input[Optional[str]] = None,
                                        includes_pattern: pulumi.Input[Optional[str]] = None,
                                        key: pulumi.Input[Optional[str]] = None,
                                        max_unique_tags: pulumi.Input[Optional[int]] = None,
                                        members: pulumi.Input[Optional[Sequence[pulumi.Input[GetFederatedDockerRepositoryMemberArgs]]]] = None,
                                        notes: pulumi.Input[Optional[str]] = None,
                                        priority_resolution: pulumi.Input[Optional[bool]] = None,
                                        project_environments: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                        project_key: pulumi.Input[Optional[str]] = None,
                                        property_sets: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                        proxy: pulumi.Input[Optional[str]] = None,
                                        repo_layout_ref: pulumi.Input[Optional[str]] = None,
                                        tag_retention: pulumi.Input[Optional[int]] = None,
                                        xray_index: pulumi.Input[Optional[bool]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetFederatedDockerRepositoryResult]
    func LookupFederatedDockerRepository(ctx *Context, args *LookupFederatedDockerRepositoryArgs, opts ...InvokeOption) (*LookupFederatedDockerRepositoryResult, error)
    func LookupFederatedDockerRepositoryOutput(ctx *Context, args *LookupFederatedDockerRepositoryOutputArgs, opts ...InvokeOption) LookupFederatedDockerRepositoryResultOutput

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

    public static class GetFederatedDockerRepository 
    {
        public static Task<GetFederatedDockerRepositoryResult> InvokeAsync(GetFederatedDockerRepositoryArgs args, InvokeOptions? opts = null)
        public static Output<GetFederatedDockerRepositoryResult> Invoke(GetFederatedDockerRepositoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFederatedDockerRepositoryResult> getFederatedDockerRepository(GetFederatedDockerRepositoryArgs args, InvokeOptions options)
    public static Output<GetFederatedDockerRepositoryResult> getFederatedDockerRepository(GetFederatedDockerRepositoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: artifactory:index/getFederatedDockerRepository:getFederatedDockerRepository
      arguments:
        # arguments dictionary
    data "artifactory_getfederateddockerrepository" "name" {
        # arguments
    }

    The following arguments are supported:

    getFederatedDockerRepository Result

    The following output properties are available:

    api_version string
    block_pushing_schema1 bool
    id string
    The provider-assigned unique ID for this managed resource.
    key string
    package_type string
    project_environments list(string)
    archive_browsing_enabled bool
    blacked_out bool
    cdn_redirect bool
    cleanup_on_delete bool
    description string
    disable_proxy bool
    download_direct bool
    excludes_pattern string
    includes_pattern string
    max_unique_tags number
    members list(object)
    notes string
    priority_resolution bool
    project_key string
    property_sets list(string)
    proxy string
    repo_layout_ref string
    tag_retention number
    xray_index bool
    apiVersion String
    blockPushingSchema1 Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    packageType String
    projectEnvironments List<String>
    archiveBrowsingEnabled Boolean
    blackedOut Boolean
    cdnRedirect Boolean
    cleanupOnDelete Boolean
    description String
    disableProxy Boolean
    downloadDirect Boolean
    excludesPattern String
    includesPattern String
    maxUniqueTags Integer
    members List<GetFederatedDockerRepositoryMember>
    notes String
    priorityResolution Boolean
    projectKey String
    propertySets List<String>
    proxy String
    repoLayoutRef String
    tagRetention Integer
    xrayIndex Boolean
    apiVersion string
    blockPushingSchema1 boolean
    id string
    The provider-assigned unique ID for this managed resource.
    key string
    packageType string
    projectEnvironments string[]
    archiveBrowsingEnabled boolean
    blackedOut boolean
    cdnRedirect boolean
    cleanupOnDelete boolean
    description string
    disableProxy boolean
    downloadDirect boolean
    excludesPattern string
    includesPattern string
    maxUniqueTags number
    members GetFederatedDockerRepositoryMember[]
    notes string
    priorityResolution boolean
    projectKey string
    propertySets string[]
    proxy string
    repoLayoutRef string
    tagRetention number
    xrayIndex boolean
    apiVersion String
    blockPushingSchema1 Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    packageType String
    projectEnvironments List<String>
    archiveBrowsingEnabled Boolean
    blackedOut Boolean
    cdnRedirect Boolean
    cleanupOnDelete Boolean
    description String
    disableProxy Boolean
    downloadDirect Boolean
    excludesPattern String
    includesPattern String
    maxUniqueTags Number
    members List<Property Map>
    notes String
    priorityResolution Boolean
    projectKey String
    propertySets List<String>
    proxy String
    repoLayoutRef String
    tagRetention Number
    xrayIndex Boolean

    Supporting Types

    GetFederatedDockerRepositoryMember

    Enabled bool
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    Url string
    Full URL to ending with the repositoryName
    AccessToken string
    Admin access token for this member Artifactory instance. Used in conjunction with cleanupOnDelete attribute when Access Federation for access tokens is not enabled.
    Enabled bool
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    Url string
    Full URL to ending with the repositoryName
    AccessToken string
    Admin access token for this member Artifactory instance. Used in conjunction with cleanupOnDelete attribute when Access Federation for access tokens is not enabled.
    enabled bool
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    url string
    Full URL to ending with the repositoryName
    access_token string
    Admin access token for this member Artifactory instance. Used in conjunction with cleanupOnDelete attribute when Access Federation for access tokens is not enabled.
    enabled Boolean
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    url String
    Full URL to ending with the repositoryName
    accessToken String
    Admin access token for this member Artifactory instance. Used in conjunction with cleanupOnDelete attribute when Access Federation for access tokens is not enabled.
    enabled boolean
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    url string
    Full URL to ending with the repositoryName
    accessToken string
    Admin access token for this member Artifactory instance. Used in conjunction with cleanupOnDelete attribute when Access Federation for access tokens is not enabled.
    enabled bool
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    url str
    Full URL to ending with the repositoryName
    access_token str
    Admin access token for this member Artifactory instance. Used in conjunction with cleanupOnDelete attribute when Access Federation for access tokens is not enabled.
    enabled Boolean
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    url String
    Full URL to ending with the repositoryName
    accessToken String
    Admin access token for this member Artifactory instance. Used in conjunction with cleanupOnDelete attribute when Access Federation for access tokens is not enabled.

    Package Details

    Repository
    artifactory pulumi/pulumi-artifactory
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the artifactory Terraform Provider.
    artifactory logo
    Viewing docs for artifactory v8.10.5
    published on Tuesday, May 5, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.