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>
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:
- Environment
Id string - Keystore
Id string - Organization
Id string
- Environment
Id string - Keystore
Id string - Organization
Id string
- environment
Id String - keystore
Id String - organization
Id String
- environment
Id string - keystore
Id string - organization
Id string
- environment_
id str - keystore_
id str - organization_
id str
- environment
Id String - keystore
Id String - organization
Id String
getKeystore Result
The following output properties are available:
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