planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
planetscale.getPasswords
Explore with Pulumi AI
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
A list of PlanetScale database passwords.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as planetscale from "@pulumi/planetscale";
const example = planetscale.getPasswords({
organization: "example",
database: "example_db",
branch: "main",
});
export const passwords = example;
import pulumi
import pulumi_planetscale as planetscale
example = planetscale.get_passwords(organization="example",
database="example_db",
branch="main")
pulumi.export("passwords", example)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/planetscale/planetscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := planetscale.GetPasswords(ctx, &planetscale.GetPasswordsArgs{
Organization: "example",
Database: "example_db",
Branch: "main",
}, nil)
if err != nil {
return err
}
ctx.Export("passwords", example)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Planetscale = Pulumi.Planetscale;
return await Deployment.RunAsync(() =>
{
var example = Planetscale.GetPasswords.Invoke(new()
{
Organization = "example",
Database = "example_db",
Branch = "main",
});
return new Dictionary<string, object?>
{
["passwords"] = example,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.planetscale.PlanetscaleFunctions;
import com.pulumi.planetscale.inputs.GetPasswordsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = PlanetscaleFunctions.getPasswords(GetPasswordsArgs.builder()
.organization("example")
.database("example_db")
.branch("main")
.build());
ctx.export("passwords", example.applyValue(getPasswordsResult -> getPasswordsResult));
}
}
variables:
example:
fn::invoke:
function: planetscale:getPasswords
arguments:
organization: example
database: example_db
branch: main
outputs:
passwords: ${example}
Using getPasswords
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 getPasswords(args: GetPasswordsArgs, opts?: InvokeOptions): Promise<GetPasswordsResult>
function getPasswordsOutput(args: GetPasswordsOutputArgs, opts?: InvokeOptions): Output<GetPasswordsResult>
def get_passwords(branch: Optional[str] = None,
database: Optional[str] = None,
organization: Optional[str] = None,
read_only_region_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPasswordsResult
def get_passwords_output(branch: Optional[pulumi.Input[str]] = None,
database: Optional[pulumi.Input[str]] = None,
organization: Optional[pulumi.Input[str]] = None,
read_only_region_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPasswordsResult]
func GetPasswords(ctx *Context, args *GetPasswordsArgs, opts ...InvokeOption) (*GetPasswordsResult, error)
func GetPasswordsOutput(ctx *Context, args *GetPasswordsOutputArgs, opts ...InvokeOption) GetPasswordsResultOutput
> Note: This function is named GetPasswords
in the Go SDK.
public static class GetPasswords
{
public static Task<GetPasswordsResult> InvokeAsync(GetPasswordsArgs args, InvokeOptions? opts = null)
public static Output<GetPasswordsResult> Invoke(GetPasswordsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPasswordsResult> getPasswords(GetPasswordsArgs args, InvokeOptions options)
public static Output<GetPasswordsResult> getPasswords(GetPasswordsArgs args, InvokeOptions options)
fn::invoke:
function: planetscale:index/getPasswords:getPasswords
arguments:
# arguments dictionary
The following arguments are supported:
- Branch string
- Database string
- Organization string
- Read
Only stringRegion Id
- Branch string
- Database string
- Organization string
- Read
Only stringRegion Id
- branch String
- database String
- organization String
- read
Only StringRegion Id
- branch string
- database string
- organization string
- read
Only stringRegion Id
- branch str
- database str
- organization str
- read_
only_ strregion_ id
- branch String
- database String
- organization String
- read
Only StringRegion Id
getPasswords Result
The following output properties are available:
- Branch string
- Database string
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization string
- Passwords
List<Get
Passwords Password> - Read
Only stringRegion Id
- Branch string
- Database string
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization string
- Passwords
[]Get
Passwords Password - Read
Only stringRegion Id
- branch String
- database String
- id String
- The provider-assigned unique ID for this managed resource.
- organization String
- passwords
List<Get
Passwords Password> - read
Only StringRegion Id
- branch string
- database string
- id string
- The provider-assigned unique ID for this managed resource.
- organization string
- passwords
Get
Passwords Password[] - read
Only stringRegion Id
- branch str
- database str
- id str
- The provider-assigned unique ID for this managed resource.
- organization str
- passwords
Sequence[Get
Passwords Password] - read_
only_ strregion_ id
- branch String
- database String
- id String
- The provider-assigned unique ID for this managed resource.
- organization String
- passwords List<Property Map>
- read
Only StringRegion Id
Supporting Types
GetPasswordsPassword
- Access
Host stringUrl - The host URL for the password.
- Actor
Get
Passwords Password Actor - The actor that created this branch.
- Branch string
- The branch this password belongs to..
- Created
At string - When the password was created.
- Database string
- The database this branch password belongs to.
- Database
Branch GetPasswords Password Database Branch - The branch this password is allowed to access.
- Deleted
At string - When the password was deleted.
- Expires
At string - When the password will expire.
- Id string
- The ID for the password.
- Name string
- The display name for the password.
- Organization string
- The organization this database branch password belongs to.
- Read
Only stringRegion Id - If the password is for a read-only region, the ID of the region.
- Region
Get
Passwords Password Region - The region in which this password can be used.
- Renewable bool
- Whether or not the password can be renewed.
- Role string
- The role for the password.
- Ttl
Seconds double - Time to live (in seconds) for the password. The password will be invalid and unrenewable when TTL has passed.
- Username string
- The username for the password.
- Access
Host stringUrl - The host URL for the password.
- Actor
Get
Passwords Password Actor - The actor that created this branch.
- Branch string
- The branch this password belongs to..
- Created
At string - When the password was created.
- Database string
- The database this branch password belongs to.
- Database
Branch GetPasswords Password Database Branch - The branch this password is allowed to access.
- Deleted
At string - When the password was deleted.
- Expires
At string - When the password will expire.
- Id string
- The ID for the password.
- Name string
- The display name for the password.
- Organization string
- The organization this database branch password belongs to.
- Read
Only stringRegion Id - If the password is for a read-only region, the ID of the region.
- Region
Get
Passwords Password Region - The region in which this password can be used.
- Renewable bool
- Whether or not the password can be renewed.
- Role string
- The role for the password.
- Ttl
Seconds float64 - Time to live (in seconds) for the password. The password will be invalid and unrenewable when TTL has passed.
- Username string
- The username for the password.
- access
Host StringUrl - The host URL for the password.
- actor
Get
Passwords Password Actor - The actor that created this branch.
- branch String
- The branch this password belongs to..
- created
At String - When the password was created.
- database String
- The database this branch password belongs to.
- database
Branch GetPasswords Password Database Branch - The branch this password is allowed to access.
- deleted
At String - When the password was deleted.
- expires
At String - When the password will expire.
- id String
- The ID for the password.
- name String
- The display name for the password.
- organization String
- The organization this database branch password belongs to.
- read
Only StringRegion Id - If the password is for a read-only region, the ID of the region.
- region
Get
Passwords Password Region - The region in which this password can be used.
- renewable Boolean
- Whether or not the password can be renewed.
- role String
- The role for the password.
- ttl
Seconds Double - Time to live (in seconds) for the password. The password will be invalid and unrenewable when TTL has passed.
- username String
- The username for the password.
- access
Host stringUrl - The host URL for the password.
- actor
Get
Passwords Password Actor - The actor that created this branch.
- branch string
- The branch this password belongs to..
- created
At string - When the password was created.
- database string
- The database this branch password belongs to.
- database
Branch GetPasswords Password Database Branch - The branch this password is allowed to access.
- deleted
At string - When the password was deleted.
- expires
At string - When the password will expire.
- id string
- The ID for the password.
- name string
- The display name for the password.
- organization string
- The organization this database branch password belongs to.
- read
Only stringRegion Id - If the password is for a read-only region, the ID of the region.
- region
Get
Passwords Password Region - The region in which this password can be used.
- renewable boolean
- Whether or not the password can be renewed.
- role string
- The role for the password.
- ttl
Seconds number - Time to live (in seconds) for the password. The password will be invalid and unrenewable when TTL has passed.
- username string
- The username for the password.
- access_
host_ strurl - The host URL for the password.
- actor
Get
Passwords Password Actor - The actor that created this branch.
- branch str
- The branch this password belongs to..
- created_
at str - When the password was created.
- database str
- The database this branch password belongs to.
- database_
branch GetPasswords Password Database Branch - The branch this password is allowed to access.
- deleted_
at str - When the password was deleted.
- expires_
at str - When the password will expire.
- id str
- The ID for the password.
- name str
- The display name for the password.
- organization str
- The organization this database branch password belongs to.
- read_
only_ strregion_ id - If the password is for a read-only region, the ID of the region.
- region
Get
Passwords Password Region - The region in which this password can be used.
- renewable bool
- Whether or not the password can be renewed.
- role str
- The role for the password.
- ttl_
seconds float - Time to live (in seconds) for the password. The password will be invalid and unrenewable when TTL has passed.
- username str
- The username for the password.
- access
Host StringUrl - The host URL for the password.
- actor Property Map
- The actor that created this branch.
- branch String
- The branch this password belongs to..
- created
At String - When the password was created.
- database String
- The database this branch password belongs to.
- database
Branch Property Map - The branch this password is allowed to access.
- deleted
At String - When the password was deleted.
- expires
At String - When the password will expire.
- id String
- The ID for the password.
- name String
- The display name for the password.
- organization String
- The organization this database branch password belongs to.
- read
Only StringRegion Id - If the password is for a read-only region, the ID of the region.
- region Property Map
- The region in which this password can be used.
- renewable Boolean
- Whether or not the password can be renewed.
- role String
- The role for the password.
- ttl
Seconds Number - Time to live (in seconds) for the password. The password will be invalid and unrenewable when TTL has passed.
- username String
- The username for the password.
GetPasswordsPasswordActor
- Avatar
Url string - The URL of the actor's avatar
- Display
Name string - The name of the actor
- Id string
- The ID of the actor
- Avatar
Url string - The URL of the actor's avatar
- Display
Name string - The name of the actor
- Id string
- The ID of the actor
- avatar
Url String - The URL of the actor's avatar
- display
Name String - The name of the actor
- id String
- The ID of the actor
- avatar
Url string - The URL of the actor's avatar
- display
Name string - The name of the actor
- id string
- The ID of the actor
- avatar_
url str - The URL of the actor's avatar
- display_
name str - The name of the actor
- id str
- The ID of the actor
- avatar
Url String - The URL of the actor's avatar
- display
Name String - The name of the actor
- id String
- The ID of the actor
GetPasswordsPasswordDatabaseBranch
- Access
Host stringUrl - Id string
- Mysql
Edge stringAddress - Name string
- Production bool
- Access
Host stringUrl - Id string
- Mysql
Edge stringAddress - Name string
- Production bool
- access
Host StringUrl - id String
- mysql
Edge StringAddress - name String
- production Boolean
- access
Host stringUrl - id string
- mysql
Edge stringAddress - name string
- production boolean
- access_
host_ strurl - id str
- mysql_
edge_ straddress - name str
- production bool
- access
Host StringUrl - id String
- mysql
Edge StringAddress - name String
- production Boolean
GetPasswordsPasswordRegion
- Display
Name string - Name of the region.
- Enabled bool
- Whether or not the region is currently active.
- Id string
- The ID of the region.
- Location string
- Location of the region.
- Provider string
- Provider for the region (ex. AWS).
- Public
Ip List<string>Addresses - Public IP addresses for the region.
- Slug string
- The slug of the region.
- Display
Name string - Name of the region.
- Enabled bool
- Whether or not the region is currently active.
- Id string
- The ID of the region.
- Location string
- Location of the region.
- Provider string
- Provider for the region (ex. AWS).
- Public
Ip []stringAddresses - Public IP addresses for the region.
- Slug string
- The slug of the region.
- display
Name String - Name of the region.
- enabled Boolean
- Whether or not the region is currently active.
- id String
- The ID of the region.
- location String
- Location of the region.
- provider String
- Provider for the region (ex. AWS).
- public
Ip List<String>Addresses - Public IP addresses for the region.
- slug String
- The slug of the region.
- display
Name string - Name of the region.
- enabled boolean
- Whether or not the region is currently active.
- id string
- The ID of the region.
- location string
- Location of the region.
- provider string
- Provider for the region (ex. AWS).
- public
Ip string[]Addresses - Public IP addresses for the region.
- slug string
- The slug of the region.
- display_
name str - Name of the region.
- enabled bool
- Whether or not the region is currently active.
- id str
- The ID of the region.
- location str
- Location of the region.
- provider str
- Provider for the region (ex. AWS).
- public_
ip_ Sequence[str]addresses - Public IP addresses for the region.
- slug str
- The slug of the region.
- display
Name String - Name of the region.
- enabled Boolean
- Whether or not the region is currently active.
- id String
- The ID of the region.
- location String
- Location of the region.
- provider String
- Provider for the region (ex. AWS).
- public
Ip List<String>Addresses - Public IP addresses for the region.
- slug String
- The slug of the region.
Package Details
- Repository
- planetscale planetscale/terraform-provider-planetscale
- License
- Notes
- This Pulumi package is based on the
planetscale
Terraform Provider.
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale