1. Packages
  2. Konnect Provider
  3. API Docs
  4. getSystemAccount
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getSystemAccount

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getSystemAccount

    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 getSystemAccount(opts?: InvokeOptions): Promise<GetSystemAccountResult>
    function getSystemAccountOutput(opts?: InvokeOptions): Output<GetSystemAccountResult>
    def get_system_account(opts: Optional[InvokeOptions] = None) -> GetSystemAccountResult
    def get_system_account_output(opts: Optional[InvokeOptions] = None) -> Output[GetSystemAccountResult]
    func LookupSystemAccount(ctx *Context, opts ...InvokeOption) (*LookupSystemAccountResult, error)
    func LookupSystemAccountOutput(ctx *Context, opts ...InvokeOption) LookupSystemAccountResultOutput

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

    public static class GetSystemAccount 
    {
        public static Task<GetSystemAccountResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetSystemAccountResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSystemAccountResult> getSystemAccount(InvokeOptions options)
    public static Output<GetSystemAccountResult> getSystemAccount(InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getSystemAccount:getSystemAccount
      arguments:
        # arguments dictionary

    getSystemAccount Result

    The following output properties are available:

    CreatedAt string
    Description string
    Id string
    KonnectManaged bool
    Name string
    UpdatedAt string
    CreatedAt string
    Description string
    Id string
    KonnectManaged bool
    Name string
    UpdatedAt string
    createdAt String
    description String
    id String
    konnectManaged Boolean
    name String
    updatedAt String
    createdAt string
    description string
    id string
    konnectManaged boolean
    name string
    updatedAt string
    createdAt String
    description String
    id String
    konnectManaged Boolean
    name String
    updatedAt String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong