Google Native
ServerTlsPolicy
Creates a new ServerTlsPolicy in a given project and location.
Create a ServerTlsPolicy Resource
new ServerTlsPolicy(name: string, args: ServerTlsPolicyArgs, opts?: CustomResourceOptions);
@overload
def ServerTlsPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
allow_open: Optional[bool] = None,
description: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
mtls_policy: Optional[MTLSPolicyArgs] = None,
name: Optional[str] = None,
project: Optional[str] = None,
server_certificate: Optional[GoogleCloudNetworksecurityV1CertificateProviderArgs] = None,
server_tls_policy_id: Optional[str] = None)
@overload
def ServerTlsPolicy(resource_name: str,
args: ServerTlsPolicyArgs,
opts: Optional[ResourceOptions] = None)
func NewServerTlsPolicy(ctx *Context, name string, args ServerTlsPolicyArgs, opts ...ResourceOption) (*ServerTlsPolicy, error)
public ServerTlsPolicy(string name, ServerTlsPolicyArgs args, CustomResourceOptions? opts = null)
public ServerTlsPolicy(String name, ServerTlsPolicyArgs args)
public ServerTlsPolicy(String name, ServerTlsPolicyArgs args, CustomResourceOptions options)
type: google-native:networksecurity/v1:ServerTlsPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServerTlsPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServerTlsPolicyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServerTlsPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServerTlsPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServerTlsPolicyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ServerTlsPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ServerTlsPolicy resource accepts the following input properties:
- Server
Tls stringPolicy Id Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "server_mtls_policy".
- Allow
Open bool Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80.- Description string
Free-text description of the resource.
- Labels Dictionary<string, string>
Set of label tags associated with the resource.
- Location string
- Mtls
Policy Pulumi.Google Native. Network Security. V1. Inputs. MTLSPolicy Args Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections.- Name string
Name of the ServerTlsPolicy resource. It matches the pattern
projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}
- Project string
- Server
Certificate Pulumi.Google Native. Network Security. V1. Inputs. Google Cloud Networksecurity V1Certificate Provider Args Defines a mechanism to provision server identity (public and private keys). Cannot be combined with
allow_open
as a permissive mode that allows both plain text and TLS is not supported.
- Server
Tls stringPolicy Id Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "server_mtls_policy".
- Allow
Open bool Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80.- Description string
Free-text description of the resource.
- Labels map[string]string
Set of label tags associated with the resource.
- Location string
- Mtls
Policy MTLSPolicyArgs Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections.- Name string
Name of the ServerTlsPolicy resource. It matches the pattern
projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}
- Project string
- Server
Certificate GoogleCloud Networksecurity V1Certificate Provider Args Defines a mechanism to provision server identity (public and private keys). Cannot be combined with
allow_open
as a permissive mode that allows both plain text and TLS is not supported.
- server
Tls StringPolicy Id Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "server_mtls_policy".
- allow
Open Boolean Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80.- description String
Free-text description of the resource.
- labels Map<String,String>
Set of label tags associated with the resource.
- location String
- mtls
Policy MTLSPolicyArgs Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections.- name String
Name of the ServerTlsPolicy resource. It matches the pattern
projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}
- project String
- server
Certificate GoogleCloud Networksecurity V1Certificate Provider Args Defines a mechanism to provision server identity (public and private keys). Cannot be combined with
allow_open
as a permissive mode that allows both plain text and TLS is not supported.
- server
Tls stringPolicy Id Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "server_mtls_policy".
- allow
Open boolean Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80.- description string
Free-text description of the resource.
- labels {[key: string]: string}
Set of label tags associated with the resource.
- location string
- mtls
Policy MTLSPolicyArgs Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections.- name string
Name of the ServerTlsPolicy resource. It matches the pattern
projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}
- project string
- server
Certificate GoogleCloud Networksecurity V1Certificate Provider Args Defines a mechanism to provision server identity (public and private keys). Cannot be combined with
allow_open
as a permissive mode that allows both plain text and TLS is not supported.
- server_
tls_ strpolicy_ id Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "server_mtls_policy".
- allow_
open bool Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80.- description str
Free-text description of the resource.
- labels Mapping[str, str]
Set of label tags associated with the resource.
- location str
- mtls_
policy MTLSPolicyArgs Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections.- name str
Name of the ServerTlsPolicy resource. It matches the pattern
projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}
- project str
- server_
certificate GoogleCloud Networksecurity V1Certificate Provider Args Defines a mechanism to provision server identity (public and private keys). Cannot be combined with
allow_open
as a permissive mode that allows both plain text and TLS is not supported.
- server
Tls StringPolicy Id Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "server_mtls_policy".
- allow
Open Boolean Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80.- description String
Free-text description of the resource.
- labels Map<String>
Set of label tags associated with the resource.
- location String
- mtls
Policy Property Map Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If
allow_open
andmtls_policy
are set, server allows both plain text and mTLS connections.- name String
Name of the ServerTlsPolicy resource. It matches the pattern
projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}
- project String
- server
Certificate Property Map Defines a mechanism to provision server identity (public and private keys). Cannot be combined with
allow_open
as a permissive mode that allows both plain text and TLS is not supported.
Outputs
All input properties are implicitly available as output properties. Additionally, the ServerTlsPolicy resource produces the following output properties:
- Create
Time string The timestamp when the resource was created.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Time string The timestamp when the resource was updated.
- Create
Time string The timestamp when the resource was created.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Time string The timestamp when the resource was updated.
- create
Time String The timestamp when the resource was created.
- id String
The provider-assigned unique ID for this managed resource.
- update
Time String The timestamp when the resource was updated.
- create
Time string The timestamp when the resource was created.
- id string
The provider-assigned unique ID for this managed resource.
- update
Time string The timestamp when the resource was updated.
- create_
time str The timestamp when the resource was created.
- id str
The provider-assigned unique ID for this managed resource.
- update_
time str The timestamp when the resource was updated.
- create
Time String The timestamp when the resource was created.
- id String
The provider-assigned unique ID for this managed resource.
- update
Time String The timestamp when the resource was updated.
Supporting Types
CertificateProviderInstance
- Plugin
Instance string Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- Plugin
Instance string Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- plugin
Instance String Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- plugin
Instance string Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- plugin_
instance str Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- plugin
Instance String Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
CertificateProviderInstanceResponse
- Plugin
Instance string Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- Plugin
Instance string Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- plugin
Instance String Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- plugin
Instance string Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- plugin_
instance str Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
- plugin
Instance String Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
GoogleCloudNetworksecurityV1CertificateProvider
- Certificate
Provider Pulumi.Instance Google Native. Network Security. V1. Inputs. Certificate Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- Grpc
Endpoint Pulumi.Google Native. Network Security. V1. Inputs. Google Cloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- Certificate
Provider CertificateInstance Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- Grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- certificate
Provider CertificateInstance Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- certificate
Provider CertificateInstance Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- certificate_
provider_ Certificateinstance Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc_
endpoint GoogleCloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- certificate
Provider Property MapInstance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint Property Map gRPC specific configuration to access the gRPC server to obtain the cert and private key.
GoogleCloudNetworksecurityV1CertificateProviderResponse
- Certificate
Provider Pulumi.Instance Google Native. Network Security. V1. Inputs. Certificate Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- Grpc
Endpoint Pulumi.Google Native. Network Security. V1. Inputs. Google Cloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- Certificate
Provider CertificateInstance Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- Grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- certificate
Provider CertificateInstance Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- certificate
Provider CertificateInstance Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- certificate_
provider_ Certificateinstance Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc_
endpoint GoogleCloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the cert and private key.
- certificate
Provider Property MapInstance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint Property Map gRPC specific configuration to access the gRPC server to obtain the cert and private key.
GoogleCloudNetworksecurityV1GrpcEndpoint
- Target
Uri string The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- Target
Uri string The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- target
Uri String The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- target
Uri string The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- target_
uri str The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- target
Uri String The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
GoogleCloudNetworksecurityV1GrpcEndpointResponse
- Target
Uri string The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- Target
Uri string The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- target
Uri String The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- target
Uri string The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- target_
uri str The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
- target
Uri String The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
MTLSPolicy
- Client
Validation List<Pulumi.Ca Google Native. Network Security. V1. Inputs. Validation CA> Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- Client
Validation []ValidationCa CA Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- client
Validation List<ValidationCa CA> Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- client
Validation ValidationCa CA[] Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- client_
validation_ Sequence[Validationca CA] Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- client
Validation List<Property Map>Ca Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
MTLSPolicyResponse
- Client
Validation List<Pulumi.Ca Google Native. Network Security. V1. Inputs. Validation CAResponse> Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- Client
Validation []ValidationCa CAResponse Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- client
Validation List<ValidationCa CAResponse> Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- client
Validation ValidationCa CAResponse[] Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- client_
validation_ Sequence[Validationca CAResponse] Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
- client
Validation List<Property Map>Ca Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
ValidationCA
- Certificate
Provider Pulumi.Instance Google Native. Network Security. V1. Inputs. Certificate Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- Grpc
Endpoint Pulumi.Google Native. Network Security. V1. Inputs. Google Cloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- Certificate
Provider CertificateInstance Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- Grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- certificate
Provider CertificateInstance Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- certificate
Provider CertificateInstance Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- certificate_
provider_ Certificateinstance Provider Instance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc_
endpoint GoogleCloud Networksecurity V1Grpc Endpoint gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- certificate
Provider Property MapInstance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint Property Map gRPC specific configuration to access the gRPC server to obtain the CA certificate.
ValidationCAResponse
- Certificate
Provider Pulumi.Instance Google Native. Network Security. V1. Inputs. Certificate Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- Grpc
Endpoint Pulumi.Google Native. Network Security. V1. Inputs. Google Cloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- Certificate
Provider CertificateInstance Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- Grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- certificate
Provider CertificateInstance Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- certificate
Provider CertificateInstance Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint GoogleCloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- certificate_
provider_ Certificateinstance Provider Instance Response The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc_
endpoint GoogleCloud Networksecurity V1Grpc Endpoint Response gRPC specific configuration to access the gRPC server to obtain the CA certificate.
- certificate
Provider Property MapInstance The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
- grpc
Endpoint Property Map gRPC specific configuration to access the gRPC server to obtain the CA certificate.
Package Details
- Repository
- https://github.com/pulumi/pulumi-google-native
- License
- Apache-2.0