1. Packages
  2. Gcorelabs Provider
  3. API Docs
  4. getSecret
gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core

gcorelabs.getSecret

Explore with Pulumi AI

gcorelabs logo
gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core

    Represent secret

    Using getSecret

    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 getSecret(args: GetSecretArgs, opts?: InvokeOptions): Promise<GetSecretResult>
    function getSecretOutput(args: GetSecretOutputArgs, opts?: InvokeOptions): Output<GetSecretResult>
    def get_secret(id: Optional[str] = None,
                   name: Optional[str] = None,
                   project_id: Optional[float] = None,
                   project_name: Optional[str] = None,
                   region_id: Optional[float] = None,
                   region_name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetSecretResult
    def get_secret_output(id: Optional[pulumi.Input[str]] = None,
                   name: Optional[pulumi.Input[str]] = None,
                   project_id: Optional[pulumi.Input[float]] = None,
                   project_name: Optional[pulumi.Input[str]] = None,
                   region_id: Optional[pulumi.Input[float]] = None,
                   region_name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetSecretResult]
    func LookupSecret(ctx *Context, args *LookupSecretArgs, opts ...InvokeOption) (*LookupSecretResult, error)
    func LookupSecretOutput(ctx *Context, args *LookupSecretOutputArgs, opts ...InvokeOption) LookupSecretResultOutput

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

    public static class GetSecret 
    {
        public static Task<GetSecretResult> InvokeAsync(GetSecretArgs args, InvokeOptions? opts = null)
        public static Output<GetSecretResult> Invoke(GetSecretInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSecretResult> getSecret(GetSecretArgs args, InvokeOptions options)
    public static Output<GetSecretResult> getSecret(GetSecretArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcorelabs:index/getSecret:getSecret
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Id string
    The ID of this resource.
    ProjectId double
    ProjectName string
    RegionId double
    RegionName string
    Name string
    Id string
    The ID of this resource.
    ProjectId float64
    ProjectName string
    RegionId float64
    RegionName string
    name String
    id String
    The ID of this resource.
    projectId Double
    projectName String
    regionId Double
    regionName String
    name string
    id string
    The ID of this resource.
    projectId number
    projectName string
    regionId number
    regionName string
    name str
    id str
    The ID of this resource.
    project_id float
    project_name str
    region_id float
    region_name str
    name String
    id String
    The ID of this resource.
    projectId Number
    projectName String
    regionId Number
    regionName String

    getSecret Result

    The following output properties are available:

    Algorithm string
    BitLength double
    ContentTypes Dictionary<string, string>
    Created string
    Datetime when the secret was created. The format is 2025-12-28T19:14:44.180394
    Expiration string
    Datetime when the secret will expire. The format is 2025-12-28T19:14:44.180394
    Id string
    The ID of this resource.
    Mode string
    Name string
    Status string
    ProjectId double
    ProjectName string
    RegionId double
    RegionName string
    Algorithm string
    BitLength float64
    ContentTypes map[string]string
    Created string
    Datetime when the secret was created. The format is 2025-12-28T19:14:44.180394
    Expiration string
    Datetime when the secret will expire. The format is 2025-12-28T19:14:44.180394
    Id string
    The ID of this resource.
    Mode string
    Name string
    Status string
    ProjectId float64
    ProjectName string
    RegionId float64
    RegionName string
    algorithm String
    bitLength Double
    contentTypes Map<String,String>
    created String
    Datetime when the secret was created. The format is 2025-12-28T19:14:44.180394
    expiration String
    Datetime when the secret will expire. The format is 2025-12-28T19:14:44.180394
    id String
    The ID of this resource.
    mode String
    name String
    status String
    projectId Double
    projectName String
    regionId Double
    regionName String
    algorithm string
    bitLength number
    contentTypes {[key: string]: string}
    created string
    Datetime when the secret was created. The format is 2025-12-28T19:14:44.180394
    expiration string
    Datetime when the secret will expire. The format is 2025-12-28T19:14:44.180394
    id string
    The ID of this resource.
    mode string
    name string
    status string
    projectId number
    projectName string
    regionId number
    regionName string
    algorithm str
    bit_length float
    content_types Mapping[str, str]
    created str
    Datetime when the secret was created. The format is 2025-12-28T19:14:44.180394
    expiration str
    Datetime when the secret will expire. The format is 2025-12-28T19:14:44.180394
    id str
    The ID of this resource.
    mode str
    name str
    status str
    project_id float
    project_name str
    region_id float
    region_name str
    algorithm String
    bitLength Number
    contentTypes Map<String>
    created String
    Datetime when the secret was created. The format is 2025-12-28T19:14:44.180394
    expiration String
    Datetime when the secret will expire. The format is 2025-12-28T19:14:44.180394
    id String
    The ID of this resource.
    mode String
    name String
    status String
    projectId Number
    projectName String
    regionId Number
    regionName String

    Package Details

    Repository
    gcorelabs g-core/terraform-provider-gcorelabs
    License
    Notes
    This Pulumi package is based on the gcorelabs Terraform Provider.
    gcorelabs logo
    gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core