konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getSystemAccount
Explore with Pulumi AI
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:
- Created
At string - Description string
- Id string
- Konnect
Managed bool - Name string
- Updated
At string
- Created
At string - Description string
- Id string
- Konnect
Managed bool - Name string
- Updated
At string
- created
At String - description String
- id String
- konnect
Managed Boolean - name String
- updated
At String
- created
At string - description string
- id string
- konnect
Managed boolean - name string
- updated
At string
- created_
at str - description str
- id str
- konnect_
managed bool - name str
- updated_
at str
- created
At String - description String
- id String
- konnect
Managed Boolean - name String
- updated
At String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.