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 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>
Copy
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]
Copy
func LookupKeystore(ctx *Context, args *LookupKeystoreArgs, opts ...InvokeOption) (*LookupKeystoreResult, error)
func LookupKeystoreOutput(ctx *Context, args *LookupKeystoreOutputArgs, opts ...InvokeOption) LookupKeystoreResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetKeystoreResult> getKeystore(GetKeystoreArgs args, InvokeOptions options)
public static Output<GetKeystoreResult> getKeystore(GetKeystoreArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:apigee/v1:getKeystore
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EnvironmentId This property is required. string
KeystoreId This property is required. string
OrganizationId This property is required. string
EnvironmentId This property is required. string
KeystoreId This property is required. string
OrganizationId This property is required. string
environmentId This property is required. String
keystoreId This property is required. String
organizationId This property is required. String
environmentId This property is required. string
keystoreId This property is required. string
organizationId This property is required. string
environment_id This property is required. str
keystore_id This property is required. str
organization_id This property is required. str
environmentId This property is required. String
keystoreId This property is required. String
organizationId This property is required. String

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 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