Harness v0.3.2 published on Monday, Sep 16, 2024 by Pulumi
harness.getSshCredential
Explore with Pulumi AI
Data source for retrieving an SSH credential.
Using getSshCredential
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 getSshCredential(args: GetSshCredentialArgs, opts?: InvokeOptions): Promise<GetSshCredentialResult>
function getSshCredentialOutput(args: GetSshCredentialOutputArgs, opts?: InvokeOptions): Output<GetSshCredentialResult>
def get_ssh_credential(id: Optional[str] = None,
name: Optional[str] = None,
usage_scopes: Optional[Sequence[GetSshCredentialUsageScope]] = None,
opts: Optional[InvokeOptions] = None) -> GetSshCredentialResult
def get_ssh_credential_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
usage_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[GetSshCredentialUsageScopeArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSshCredentialResult]
func LookupSshCredential(ctx *Context, args *LookupSshCredentialArgs, opts ...InvokeOption) (*LookupSshCredentialResult, error)
func LookupSshCredentialOutput(ctx *Context, args *LookupSshCredentialOutputArgs, opts ...InvokeOption) LookupSshCredentialResultOutput
> Note: This function is named LookupSshCredential
in the Go SDK.
public static class GetSshCredential
{
public static Task<GetSshCredentialResult> InvokeAsync(GetSshCredentialArgs args, InvokeOptions? opts = null)
public static Output<GetSshCredentialResult> Invoke(GetSshCredentialInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSshCredentialResult> getSshCredential(GetSshCredentialArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: harness:index/getSshCredential:getSshCredential
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Unique identifier of the secret manager
- Name string
- The name of the secret manager
- Usage
Scopes List<GetSsh Credential Usage Scope> - This block is used for scoping the resource to a specific set of applications or environments.
- Id string
- Unique identifier of the secret manager
- Name string
- The name of the secret manager
- Usage
Scopes []GetSsh Credential Usage Scope - This block is used for scoping the resource to a specific set of applications or environments.
- id String
- Unique identifier of the secret manager
- name String
- The name of the secret manager
- usage
Scopes List<GetSsh Credential Usage Scope> - This block is used for scoping the resource to a specific set of applications or environments.
- id string
- Unique identifier of the secret manager
- name string
- The name of the secret manager
- usage
Scopes GetSsh Credential Usage Scope[] - This block is used for scoping the resource to a specific set of applications or environments.
- id str
- Unique identifier of the secret manager
- name str
- The name of the secret manager
- usage_
scopes Sequence[GetSsh Credential Usage Scope] - This block is used for scoping the resource to a specific set of applications or environments.
- id String
- Unique identifier of the secret manager
- name String
- The name of the secret manager
- usage
Scopes List<Property Map> - This block is used for scoping the resource to a specific set of applications or environments.
getSshCredential Result
The following output properties are available:
- Id string
- Unique identifier of the secret manager
- Name string
- The name of the secret manager
- Usage
Scopes List<GetSsh Credential Usage Scope> - This block is used for scoping the resource to a specific set of applications or environments.
- Id string
- Unique identifier of the secret manager
- Name string
- The name of the secret manager
- Usage
Scopes []GetSsh Credential Usage Scope - This block is used for scoping the resource to a specific set of applications or environments.
- id String
- Unique identifier of the secret manager
- name String
- The name of the secret manager
- usage
Scopes List<GetSsh Credential Usage Scope> - This block is used for scoping the resource to a specific set of applications or environments.
- id string
- Unique identifier of the secret manager
- name string
- The name of the secret manager
- usage
Scopes GetSsh Credential Usage Scope[] - This block is used for scoping the resource to a specific set of applications or environments.
- id str
- Unique identifier of the secret manager
- name str
- The name of the secret manager
- usage_
scopes Sequence[GetSsh Credential Usage Scope] - This block is used for scoping the resource to a specific set of applications or environments.
- id String
- Unique identifier of the secret manager
- name String
- The name of the secret manager
- usage
Scopes List<Property Map> - This block is used for scoping the resource to a specific set of applications or environments.
Supporting Types
GetSshCredentialUsageScope
- Application
Id string - Id of the application to scope to. If empty then this scope applies to all applications.
- Environment
Filter stringType - Type of environment filter applied. Cannot be used with
environment_id
. Valid options are NONPRODUCTIONENVIRONMENTS, PRODUCTION_ENVIRONMENTS. - Environment
Id string - Id of the id of the specific environment to scope to. Cannot be used with
environment_filter_type
.
- Application
Id string - Id of the application to scope to. If empty then this scope applies to all applications.
- Environment
Filter stringType - Type of environment filter applied. Cannot be used with
environment_id
. Valid options are NONPRODUCTIONENVIRONMENTS, PRODUCTION_ENVIRONMENTS. - Environment
Id string - Id of the id of the specific environment to scope to. Cannot be used with
environment_filter_type
.
- application
Id String - Id of the application to scope to. If empty then this scope applies to all applications.
- environment
Filter StringType - Type of environment filter applied. Cannot be used with
environment_id
. Valid options are NONPRODUCTIONENVIRONMENTS, PRODUCTION_ENVIRONMENTS. - environment
Id String - Id of the id of the specific environment to scope to. Cannot be used with
environment_filter_type
.
- application
Id string - Id of the application to scope to. If empty then this scope applies to all applications.
- environment
Filter stringType - Type of environment filter applied. Cannot be used with
environment_id
. Valid options are NONPRODUCTIONENVIRONMENTS, PRODUCTION_ENVIRONMENTS. - environment
Id string - Id of the id of the specific environment to scope to. Cannot be used with
environment_filter_type
.
- application_
id str - Id of the application to scope to. If empty then this scope applies to all applications.
- environment_
filter_ strtype - Type of environment filter applied. Cannot be used with
environment_id
. Valid options are NONPRODUCTIONENVIRONMENTS, PRODUCTION_ENVIRONMENTS. - environment_
id str - Id of the id of the specific environment to scope to. Cannot be used with
environment_filter_type
.
- application
Id String - Id of the application to scope to. If empty then this scope applies to all applications.
- environment
Filter StringType - Type of environment filter applied. Cannot be used with
environment_id
. Valid options are NONPRODUCTIONENVIRONMENTS, PRODUCTION_ENVIRONMENTS. - environment
Id String - Id of the id of the specific environment to scope to. Cannot be used with
environment_filter_type
.
Package Details
- Repository
- harness pulumi/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
harness
Terraform Provider.