1. Packages
  2. Harness
  3. API Docs
  4. platform
  5. getGitopsRepoCert
Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs

harness.platform.getGitopsRepoCert

Explore with Pulumi AI

harness logo
Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs

    Data source for retrieving a GitOps RepoCert.

    Example Usage

    Coming soon!

    Coming soon!

    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.harness.platform.PlatformFunctions;
    import com.pulumi.harness.platform.inputs.GetGitopsRepoCertArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var test = PlatformFunctions.getGitopsRepoCert(GetGitopsRepoCertArgs.builder()
                .accountId("account_id")
                .agentId("agent_id")
                .identifier("identifier")
                .orgId("org_id")
                .projectId("project_id")
                .build());
    
        }
    }
    

    Coming soon!

    Coming soon!

    variables:
      test:
        fn::invoke:
          Function: harness:platform:getGitopsRepoCert
          Arguments:
            accountId: account_id
            agentId: agent_id
            identifier: identifier
            orgId: org_id
            projectId: project_id
    

    Using getGitopsRepoCert

    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 getGitopsRepoCert(args: GetGitopsRepoCertArgs, opts?: InvokeOptions): Promise<GetGitopsRepoCertResult>
    function getGitopsRepoCertOutput(args: GetGitopsRepoCertOutputArgs, opts?: InvokeOptions): Output<GetGitopsRepoCertResult>
    def get_gitops_repo_cert(account_id: Optional[str] = None,
                             agent_id: Optional[str] = None,
                             org_id: Optional[str] = None,
                             project_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetGitopsRepoCertResult
    def get_gitops_repo_cert_output(account_id: Optional[pulumi.Input[str]] = None,
                             agent_id: Optional[pulumi.Input[str]] = None,
                             org_id: Optional[pulumi.Input[str]] = None,
                             project_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetGitopsRepoCertResult]
    func GetGitopsRepoCert(ctx *Context, args *GetGitopsRepoCertArgs, opts ...InvokeOption) (*GetGitopsRepoCertResult, error)
    func GetGitopsRepoCertOutput(ctx *Context, args *GetGitopsRepoCertOutputArgs, opts ...InvokeOption) GetGitopsRepoCertResultOutput

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

    public static class GetGitopsRepoCert 
    {
        public static Task<GetGitopsRepoCertResult> InvokeAsync(GetGitopsRepoCertArgs args, InvokeOptions? opts = null)
        public static Output<GetGitopsRepoCertResult> Invoke(GetGitopsRepoCertInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGitopsRepoCertResult> getGitopsRepoCert(GetGitopsRepoCertArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: harness:platform/getGitopsRepoCert:getGitopsRepoCert
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountId string
    account identifier of the Repository Certificates.
    AgentId string
    agent identifier of the Repository Certificates.
    OrgId string
    organization identifier of the Repository Certificates.
    ProjectId string
    project identifier of the Repository Certificates.
    AccountId string
    account identifier of the Repository Certificates.
    AgentId string
    agent identifier of the Repository Certificates.
    OrgId string
    organization identifier of the Repository Certificates.
    ProjectId string
    project identifier of the Repository Certificates.
    accountId String
    account identifier of the Repository Certificates.
    agentId String
    agent identifier of the Repository Certificates.
    orgId String
    organization identifier of the Repository Certificates.
    projectId String
    project identifier of the Repository Certificates.
    accountId string
    account identifier of the Repository Certificates.
    agentId string
    agent identifier of the Repository Certificates.
    orgId string
    organization identifier of the Repository Certificates.
    projectId string
    project identifier of the Repository Certificates.
    account_id str
    account identifier of the Repository Certificates.
    agent_id str
    agent identifier of the Repository Certificates.
    org_id str
    organization identifier of the Repository Certificates.
    project_id str
    project identifier of the Repository Certificates.
    accountId String
    account identifier of the Repository Certificates.
    agentId String
    agent identifier of the Repository Certificates.
    orgId String
    organization identifier of the Repository Certificates.
    projectId String
    project identifier of the Repository Certificates.

    getGitopsRepoCert Result

    The following output properties are available:

    AccountId string
    account identifier of the Repository Certificates.
    Id string
    The provider-assigned unique ID for this managed resource.
    AgentId string
    agent identifier of the Repository Certificates.
    OrgId string
    organization identifier of the Repository Certificates.
    ProjectId string
    project identifier of the Repository Certificates.
    AccountId string
    account identifier of the Repository Certificates.
    Id string
    The provider-assigned unique ID for this managed resource.
    AgentId string
    agent identifier of the Repository Certificates.
    OrgId string
    organization identifier of the Repository Certificates.
    ProjectId string
    project identifier of the Repository Certificates.
    accountId String
    account identifier of the Repository Certificates.
    id String
    The provider-assigned unique ID for this managed resource.
    agentId String
    agent identifier of the Repository Certificates.
    orgId String
    organization identifier of the Repository Certificates.
    projectId String
    project identifier of the Repository Certificates.
    accountId string
    account identifier of the Repository Certificates.
    id string
    The provider-assigned unique ID for this managed resource.
    agentId string
    agent identifier of the Repository Certificates.
    orgId string
    organization identifier of the Repository Certificates.
    projectId string
    project identifier of the Repository Certificates.
    account_id str
    account identifier of the Repository Certificates.
    id str
    The provider-assigned unique ID for this managed resource.
    agent_id str
    agent identifier of the Repository Certificates.
    org_id str
    organization identifier of the Repository Certificates.
    project_id str
    project identifier of the Repository Certificates.
    accountId String
    account identifier of the Repository Certificates.
    id String
    The provider-assigned unique ID for this managed resource.
    agentId String
    agent identifier of the Repository Certificates.
    orgId String
    organization identifier of the Repository Certificates.
    projectId String
    project identifier of the Repository Certificates.

    Package Details

    Repository
    harness lbrlabs/pulumi-harness
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the harness Terraform Provider.
    harness logo
    Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs