google-native.connectors/v1.getConnection
Gets details of a single Connection.
Using getConnection
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 getConnection(args: GetConnectionArgs, opts?: InvokeOptions): Promise<GetConnectionResult>
function getConnectionOutput(args: GetConnectionOutputArgs, opts?: InvokeOptions): Output<GetConnectionResult>
def get_connection(connection_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
view: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectionResult
def get_connection_output(connection_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
view: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectionResult]
func LookupConnection(ctx *Context, args *LookupConnectionArgs, opts ...InvokeOption) (*LookupConnectionResult, error)
func LookupConnectionOutput(ctx *Context, args *LookupConnectionOutputArgs, opts ...InvokeOption) LookupConnectionResultOutput
> Note: This function is named LookupConnection
in the Go SDK.
public static class GetConnection
{
public static Task<GetConnectionResult> InvokeAsync(GetConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetConnectionResult> Invoke(GetConnectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:connectors/v1:getConnection
arguments:
# arguments dictionary
The following arguments are supported:
- Connection
Id string - Location string
- Project string
- View string
- Connection
Id string - Location string
- Project string
- View string
- connection
Id String - location String
- project String
- view String
- connection
Id string - location string
- project string
- view string
- connection_
id str - location str
- project str
- view str
- connection
Id String - location String
- project String
- view String
getConnection Result
The following output properties are available:
- Auth
Config Pulumi.Google Native. Connectors. V1. Outputs. Auth Config Response Optional. Configuration for establishing the connection's authentication with an external system.
- Config
Variables List<Pulumi.Google Native. Connectors. V1. Outputs. Config Variable Response> Optional. Configuration for configuring the connection with an external system.
- Connector
Version string Connector version on which the connection is created. The format is: projects//locations//providers//connectors//versions/* Only global location is supported for ConnectorVersion resource.
- Create
Time string Created time.
- Description string
Optional. Description of the resource.
- Destination
Configs List<Pulumi.Google Native. Connectors. V1. Outputs. Destination Config Response> Optional. Configuration of the Connector's destination. Only accepted for Connectors that accepts user defined destination(s).
- Envoy
Image stringLocation GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- Image
Location string GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- Labels Dictionary<string, string>
Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- Lock
Config Pulumi.Google Native. Connectors. V1. Outputs. Lock Config Response Optional. Configuration that indicates whether or not the Connection can be edited.
- Name string
Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
- Node
Config Pulumi.Google Native. Connectors. V1. Outputs. Node Config Response Optional. Node configuration for the connection.
- Service
Account string Optional. Service account needed for runtime plane to access GCP resources.
- Service
Directory string The name of the Service Directory service name. Used for Private Harpoon to resolve the ILB address. e.g. "projects/cloud-connectors-e2e-testing/locations/us-central1/namespaces/istio-system/services/istio-ingressgateway-connectors"
- Status
Pulumi.
Google Native. Connectors. V1. Outputs. Connection Status Response Current status of the connection.
- Suspended bool
Optional. Suspended indicates if a user has suspended a connection or not.
- Update
Time string Updated time.
- Auth
Config AuthConfig Response Optional. Configuration for establishing the connection's authentication with an external system.
- Config
Variables []ConfigVariable Response Optional. Configuration for configuring the connection with an external system.
- Connector
Version string Connector version on which the connection is created. The format is: projects//locations//providers//connectors//versions/* Only global location is supported for ConnectorVersion resource.
- Create
Time string Created time.
- Description string
Optional. Description of the resource.
- Destination
Configs []DestinationConfig Response Optional. Configuration of the Connector's destination. Only accepted for Connectors that accepts user defined destination(s).
- Envoy
Image stringLocation GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- Image
Location string GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- Labels map[string]string
Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- Lock
Config LockConfig Response Optional. Configuration that indicates whether or not the Connection can be edited.
- Name string
Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
- Node
Config NodeConfig Response Optional. Node configuration for the connection.
- Service
Account string Optional. Service account needed for runtime plane to access GCP resources.
- Service
Directory string The name of the Service Directory service name. Used for Private Harpoon to resolve the ILB address. e.g. "projects/cloud-connectors-e2e-testing/locations/us-central1/namespaces/istio-system/services/istio-ingressgateway-connectors"
- Status
Connection
Status Response Current status of the connection.
- Suspended bool
Optional. Suspended indicates if a user has suspended a connection or not.
- Update
Time string Updated time.
- auth
Config AuthConfig Response Optional. Configuration for establishing the connection's authentication with an external system.
- config
Variables List<ConfigVariable Response> Optional. Configuration for configuring the connection with an external system.
- connector
Version String Connector version on which the connection is created. The format is: projects//locations//providers//connectors//versions/* Only global location is supported for ConnectorVersion resource.
- create
Time String Created time.
- description String
Optional. Description of the resource.
- destination
Configs List<DestinationConfig Response> Optional. Configuration of the Connector's destination. Only accepted for Connectors that accepts user defined destination(s).
- envoy
Image StringLocation GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- image
Location String GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- labels Map<String,String>
Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- lock
Config LockConfig Response Optional. Configuration that indicates whether or not the Connection can be edited.
- name String
Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
- node
Config NodeConfig Response Optional. Node configuration for the connection.
- service
Account String Optional. Service account needed for runtime plane to access GCP resources.
- service
Directory String The name of the Service Directory service name. Used for Private Harpoon to resolve the ILB address. e.g. "projects/cloud-connectors-e2e-testing/locations/us-central1/namespaces/istio-system/services/istio-ingressgateway-connectors"
- status
Connection
Status Response Current status of the connection.
- suspended Boolean
Optional. Suspended indicates if a user has suspended a connection or not.
- update
Time String Updated time.
- auth
Config AuthConfig Response Optional. Configuration for establishing the connection's authentication with an external system.
- config
Variables ConfigVariable Response[] Optional. Configuration for configuring the connection with an external system.
- connector
Version string Connector version on which the connection is created. The format is: projects//locations//providers//connectors//versions/* Only global location is supported for ConnectorVersion resource.
- create
Time string Created time.
- description string
Optional. Description of the resource.
- destination
Configs DestinationConfig Response[] Optional. Configuration of the Connector's destination. Only accepted for Connectors that accepts user defined destination(s).
- envoy
Image stringLocation GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- image
Location string GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- labels {[key: string]: string}
Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- lock
Config LockConfig Response Optional. Configuration that indicates whether or not the Connection can be edited.
- name string
Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
- node
Config NodeConfig Response Optional. Node configuration for the connection.
- service
Account string Optional. Service account needed for runtime plane to access GCP resources.
- service
Directory string The name of the Service Directory service name. Used for Private Harpoon to resolve the ILB address. e.g. "projects/cloud-connectors-e2e-testing/locations/us-central1/namespaces/istio-system/services/istio-ingressgateway-connectors"
- status
Connection
Status Response Current status of the connection.
- suspended boolean
Optional. Suspended indicates if a user has suspended a connection or not.
- update
Time string Updated time.
- auth_
config AuthConfig Response Optional. Configuration for establishing the connection's authentication with an external system.
- config_
variables Sequence[ConfigVariable Response] Optional. Configuration for configuring the connection with an external system.
- connector_
version str Connector version on which the connection is created. The format is: projects//locations//providers//connectors//versions/* Only global location is supported for ConnectorVersion resource.
- create_
time str Created time.
- description str
Optional. Description of the resource.
- destination_
configs Sequence[DestinationConfig Response] Optional. Configuration of the Connector's destination. Only accepted for Connectors that accepts user defined destination(s).
- envoy_
image_ strlocation GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- image_
location str GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- labels Mapping[str, str]
Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- lock_
config LockConfig Response Optional. Configuration that indicates whether or not the Connection can be edited.
- name str
Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
- node_
config NodeConfig Response Optional. Node configuration for the connection.
- service_
account str Optional. Service account needed for runtime plane to access GCP resources.
- service_
directory str The name of the Service Directory service name. Used for Private Harpoon to resolve the ILB address. e.g. "projects/cloud-connectors-e2e-testing/locations/us-central1/namespaces/istio-system/services/istio-ingressgateway-connectors"
- status
Connection
Status Response Current status of the connection.
- suspended bool
Optional. Suspended indicates if a user has suspended a connection or not.
- update_
time str Updated time.
- auth
Config Property Map Optional. Configuration for establishing the connection's authentication with an external system.
- config
Variables List<Property Map> Optional. Configuration for configuring the connection with an external system.
- connector
Version String Connector version on which the connection is created. The format is: projects//locations//providers//connectors//versions/* Only global location is supported for ConnectorVersion resource.
- create
Time String Created time.
- description String
Optional. Description of the resource.
- destination
Configs List<Property Map> Optional. Configuration of the Connector's destination. Only accepted for Connectors that accepts user defined destination(s).
- envoy
Image StringLocation GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- image
Location String GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
- labels Map<String>
Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
- lock
Config Property Map Optional. Configuration that indicates whether or not the Connection can be edited.
- name String
Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
- node
Config Property Map Optional. Node configuration for the connection.
- service
Account String Optional. Service account needed for runtime plane to access GCP resources.
- service
Directory String The name of the Service Directory service name. Used for Private Harpoon to resolve the ILB address. e.g. "projects/cloud-connectors-e2e-testing/locations/us-central1/namespaces/istio-system/services/istio-ingressgateway-connectors"
- status Property Map
Current status of the connection.
- suspended Boolean
Optional. Suspended indicates if a user has suspended a connection or not.
- update
Time String Updated time.
Supporting Types
AuthConfigResponse
- Additional
Variables List<Pulumi.Google Native. Connectors. V1. Inputs. Config Variable Response> List containing additional auth configs.
- Auth
Type string The type of authentication configured.
- Oauth2Client
Credentials Pulumi.Google Native. Connectors. V1. Inputs. Oauth2Client Credentials Response Oauth2ClientCredentials.
- Oauth2Jwt
Bearer Pulumi.Google Native. Connectors. V1. Inputs. Oauth2Jwt Bearer Response Oauth2JwtBearer.
- Ssh
Public Pulumi.Key Google Native. Connectors. V1. Inputs. Ssh Public Key Response SSH Public Key.
- User
Password Pulumi.Google Native. Connectors. V1. Inputs. User Password Response UserPassword.
- Additional
Variables []ConfigVariable Response List containing additional auth configs.
- Auth
Type string The type of authentication configured.
- Oauth2Client
Credentials Oauth2ClientCredentials Response Oauth2ClientCredentials.
- Oauth2Jwt
Bearer Oauth2JwtBearer Response Oauth2JwtBearer.
- Ssh
Public SshKey Public Key Response SSH Public Key.
- User
Password UserPassword Response UserPassword.
- additional
Variables List<ConfigVariable Response> List containing additional auth configs.
- auth
Type String The type of authentication configured.
- oauth2Client
Credentials Oauth2ClientCredentials Response Oauth2ClientCredentials.
- oauth2Jwt
Bearer Oauth2JwtBearer Response Oauth2JwtBearer.
- ssh
Public SshKey Public Key Response SSH Public Key.
- user
Password UserPassword Response UserPassword.
- additional
Variables ConfigVariable Response[] List containing additional auth configs.
- auth
Type string The type of authentication configured.
- oauth2Client
Credentials Oauth2ClientCredentials Response Oauth2ClientCredentials.
- oauth2Jwt
Bearer Oauth2JwtBearer Response Oauth2JwtBearer.
- ssh
Public SshKey Public Key Response SSH Public Key.
- user
Password UserPassword Response UserPassword.
- additional_
variables Sequence[ConfigVariable Response] List containing additional auth configs.
- auth_
type str The type of authentication configured.
- oauth2_
client_ Oauth2Clientcredentials Credentials Response Oauth2ClientCredentials.
- oauth2_
jwt_ Oauth2Jwtbearer Bearer Response Oauth2JwtBearer.
- ssh_
public_ Sshkey Public Key Response SSH Public Key.
- user_
password UserPassword Response UserPassword.
- additional
Variables List<Property Map> List containing additional auth configs.
- auth
Type String The type of authentication configured.
- oauth2Client
Credentials Property Map Oauth2ClientCredentials.
- oauth2Jwt
Bearer Property Map Oauth2JwtBearer.
- ssh
Public Property MapKey SSH Public Key.
- user
Password Property Map UserPassword.
ConfigVariableResponse
- Bool
Value bool Value is a bool.
- Int
Value string Value is an integer
- Key string
Key of the config variable.
- Secret
Value Pulumi.Google Native. Connectors. V1. Inputs. Secret Response Value is a secret.
- String
Value string Value is a string.
- Bool
Value bool Value is a bool.
- Int
Value string Value is an integer
- Key string
Key of the config variable.
- Secret
Value SecretResponse Value is a secret.
- String
Value string Value is a string.
- bool
Value Boolean Value is a bool.
- int
Value String Value is an integer
- key String
Key of the config variable.
- secret
Value SecretResponse Value is a secret.
- string
Value String Value is a string.
- bool
Value boolean Value is a bool.
- int
Value string Value is an integer
- key string
Key of the config variable.
- secret
Value SecretResponse Value is a secret.
- string
Value string Value is a string.
- bool_
value bool Value is a bool.
- int_
value str Value is an integer
- key str
Key of the config variable.
- secret_
value SecretResponse Value is a secret.
- string_
value str Value is a string.
- bool
Value Boolean Value is a bool.
- int
Value String Value is an integer
- key String
Key of the config variable.
- secret
Value Property Map Value is a secret.
- string
Value String Value is a string.
ConnectionStatusResponse
- Description string
Description.
- State string
State.
- Status string
Status provides detailed information for the state.
- Description string
Description.
- State string
State.
- Status string
Status provides detailed information for the state.
- description String
Description.
- state String
State.
- status String
Status provides detailed information for the state.
- description string
Description.
- state string
State.
- status string
Status provides detailed information for the state.
- description str
Description.
- state str
State.
- status str
Status provides detailed information for the state.
- description String
Description.
- state String
State.
- status String
Status provides detailed information for the state.
DestinationConfigResponse
- Destinations
List<Pulumi.
Google Native. Connectors. V1. Inputs. Destination Response> The destinations for the key.
- Key string
The key is the destination identifier that is supported by the Connector.
- Destinations
[]Destination
Response The destinations for the key.
- Key string
The key is the destination identifier that is supported by the Connector.
- destinations
List<Destination
Response> The destinations for the key.
- key String
The key is the destination identifier that is supported by the Connector.
- destinations
Destination
Response[] The destinations for the key.
- key string
The key is the destination identifier that is supported by the Connector.
- destinations
Sequence[Destination
Response] The destinations for the key.
- key str
The key is the destination identifier that is supported by the Connector.
- destinations List<Property Map>
The destinations for the key.
- key String
The key is the destination identifier that is supported by the Connector.
DestinationResponse
- Host string
For publicly routable host.
- Port int
The port is the target port number that is accepted by the destination.
- Service
Attachment string PSC service attachments. Format: projects//regions//serviceAttachments/*
- Host string
For publicly routable host.
- Port int
The port is the target port number that is accepted by the destination.
- Service
Attachment string PSC service attachments. Format: projects//regions//serviceAttachments/*
- host String
For publicly routable host.
- port Integer
The port is the target port number that is accepted by the destination.
- service
Attachment String PSC service attachments. Format: projects//regions//serviceAttachments/*
- host string
For publicly routable host.
- port number
The port is the target port number that is accepted by the destination.
- service
Attachment string PSC service attachments. Format: projects//regions//serviceAttachments/*
- host str
For publicly routable host.
- port int
The port is the target port number that is accepted by the destination.
- service_
attachment str PSC service attachments. Format: projects//regions//serviceAttachments/*
- host String
For publicly routable host.
- port Number
The port is the target port number that is accepted by the destination.
- service
Attachment String PSC service attachments. Format: projects//regions//serviceAttachments/*
JwtClaimsResponse
LockConfigResponse
NodeConfigResponse
- Max
Node intCount Maximum number of nodes in the runtime nodes.
- Min
Node intCount Minimum number of nodes in the runtime nodes.
- Max
Node intCount Maximum number of nodes in the runtime nodes.
- Min
Node intCount Minimum number of nodes in the runtime nodes.
- max
Node IntegerCount Maximum number of nodes in the runtime nodes.
- min
Node IntegerCount Minimum number of nodes in the runtime nodes.
- max
Node numberCount Maximum number of nodes in the runtime nodes.
- min
Node numberCount Minimum number of nodes in the runtime nodes.
- max_
node_ intcount Maximum number of nodes in the runtime nodes.
- min_
node_ intcount Minimum number of nodes in the runtime nodes.
- max
Node NumberCount Maximum number of nodes in the runtime nodes.
- min
Node NumberCount Minimum number of nodes in the runtime nodes.
Oauth2ClientCredentialsResponse
- Client
Id string The client identifier.
- Client
Secret Pulumi.Google Native. Connectors. V1. Inputs. Secret Response Secret version reference containing the client secret.
- Client
Id string The client identifier.
- Client
Secret SecretResponse Secret version reference containing the client secret.
- client
Id String The client identifier.
- client
Secret SecretResponse Secret version reference containing the client secret.
- client
Id string The client identifier.
- client
Secret SecretResponse Secret version reference containing the client secret.
- client_
id str The client identifier.
- client_
secret SecretResponse Secret version reference containing the client secret.
- client
Id String The client identifier.
- client
Secret Property Map Secret version reference containing the client secret.
Oauth2JwtBearerResponse
- Client
Key Pulumi.Google Native. Connectors. V1. Inputs. Secret Response Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as:
projects/*/secrets/*/versions/*
.- Jwt
Claims Pulumi.Google Native. Connectors. V1. Inputs. Jwt Claims Response JwtClaims providers fields to generate the token.
- Client
Key SecretResponse Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as:
projects/*/secrets/*/versions/*
.- Jwt
Claims JwtClaims Response JwtClaims providers fields to generate the token.
- client
Key SecretResponse Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as:
projects/*/secrets/*/versions/*
.- jwt
Claims JwtClaims Response JwtClaims providers fields to generate the token.
- client
Key SecretResponse Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as:
projects/*/secrets/*/versions/*
.- jwt
Claims JwtClaims Response JwtClaims providers fields to generate the token.
- client_
key SecretResponse Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as:
projects/*/secrets/*/versions/*
.- jwt_
claims JwtClaims Response JwtClaims providers fields to generate the token.
- client
Key Property Map Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as:
projects/*/secrets/*/versions/*
.- jwt
Claims Property Map JwtClaims providers fields to generate the token.
SecretResponse
- Secret
Version string The resource name of the secret version in the format, format as:
projects/*/secrets/*/versions/*
.
- Secret
Version string The resource name of the secret version in the format, format as:
projects/*/secrets/*/versions/*
.
- secret
Version String The resource name of the secret version in the format, format as:
projects/*/secrets/*/versions/*
.
- secret
Version string The resource name of the secret version in the format, format as:
projects/*/secrets/*/versions/*
.
- secret_
version str The resource name of the secret version in the format, format as:
projects/*/secrets/*/versions/*
.
- secret
Version String The resource name of the secret version in the format, format as:
projects/*/secrets/*/versions/*
.
SshPublicKeyResponse
- Cert
Type string Format of SSH Client cert.
- Ssh
Client Pulumi.Cert Google Native. Connectors. V1. Inputs. Secret Response SSH Client Cert. It should contain both public and private key.
- Ssh
Client Pulumi.Cert Pass Google Native. Connectors. V1. Inputs. Secret Response Password (passphrase) for ssh client certificate if it has one.
- Username string
The user account used to authenticate.
- Cert
Type string Format of SSH Client cert.
- Ssh
Client SecretCert Response SSH Client Cert. It should contain both public and private key.
- Ssh
Client SecretCert Pass Response Password (passphrase) for ssh client certificate if it has one.
- Username string
The user account used to authenticate.
- cert
Type String Format of SSH Client cert.
- ssh
Client SecretCert Response SSH Client Cert. It should contain both public and private key.
- ssh
Client SecretCert Pass Response Password (passphrase) for ssh client certificate if it has one.
- username String
The user account used to authenticate.
- cert
Type string Format of SSH Client cert.
- ssh
Client SecretCert Response SSH Client Cert. It should contain both public and private key.
- ssh
Client SecretCert Pass Response Password (passphrase) for ssh client certificate if it has one.
- username string
The user account used to authenticate.
- cert_
type str Format of SSH Client cert.
- ssh_
client_ Secretcert Response SSH Client Cert. It should contain both public and private key.
- ssh_
client_ Secretcert_ pass Response Password (passphrase) for ssh client certificate if it has one.
- username str
The user account used to authenticate.
- cert
Type String Format of SSH Client cert.
- ssh
Client Property MapCert SSH Client Cert. It should contain both public and private key.
- ssh
Client Property MapCert Pass Password (passphrase) for ssh client certificate if it has one.
- username String
The user account used to authenticate.
UserPasswordResponse
- Password
Pulumi.
Google Native. Connectors. V1. Inputs. Secret Response Secret version reference containing the password.
- Username string
Username.
- Password
Secret
Response Secret version reference containing the password.
- Username string
Username.
- password
Secret
Response Secret version reference containing the password.
- username String
Username.
- password
Secret
Response Secret version reference containing the password.
- username string
Username.
- password
Secret
Response Secret version reference containing the password.
- username str
Username.
- password Property Map
Secret version reference containing the password.
- username String
Username.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0