1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. getKeystore

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.apigee/v1.getKeystore

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Gets a keystore or truststore.

    Using getKeystore

    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 getKeystore(args: GetKeystoreArgs, opts?: InvokeOptions): Promise<GetKeystoreResult>
    function getKeystoreOutput(args: GetKeystoreOutputArgs, opts?: InvokeOptions): Output<GetKeystoreResult>
    def get_keystore(environment_id: Optional[str] = None,
                     keystore_id: Optional[str] = None,
                     organization_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetKeystoreResult
    def get_keystore_output(environment_id: Optional[pulumi.Input[str]] = None,
                     keystore_id: Optional[pulumi.Input[str]] = None,
                     organization_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetKeystoreResult]
    func LookupKeystore(ctx *Context, args *LookupKeystoreArgs, opts ...InvokeOption) (*LookupKeystoreResult, error)
    func LookupKeystoreOutput(ctx *Context, args *LookupKeystoreOutputArgs, opts ...InvokeOption) LookupKeystoreResultOutput

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

    public static class GetKeystore 
    {
        public static Task<GetKeystoreResult> InvokeAsync(GetKeystoreArgs args, InvokeOptions? opts = null)
        public static Output<GetKeystoreResult> Invoke(GetKeystoreInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetKeystoreResult> getKeystore(GetKeystoreArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:apigee/v1:getKeystore
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getKeystore Result

    The following output properties are available:

    Aliases List<string>
    Aliases in this keystore.
    Name string
    Resource ID for this keystore. Values must match the regular expression [\w[:space:].-]{1,255}.
    Aliases []string
    Aliases in this keystore.
    Name string
    Resource ID for this keystore. Values must match the regular expression [\w[:space:].-]{1,255}.
    aliases List<String>
    Aliases in this keystore.
    name String
    Resource ID for this keystore. Values must match the regular expression [\w[:space:].-]{1,255}.
    aliases string[]
    Aliases in this keystore.
    name string
    Resource ID for this keystore. Values must match the regular expression [\w[:space:].-]{1,255}.
    aliases Sequence[str]
    Aliases in this keystore.
    name str
    Resource ID for this keystore. Values must match the regular expression [\w[:space:].-]{1,255}.
    aliases List<String>
    Aliases in this keystore.
    name String
    Resource ID for this keystore. Values must match the regular expression [\w[:space:].-]{1,255}.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi