Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.compute/alpha.SslPolicy
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Returns the specified SSL policy resource.
Create SslPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SslPolicy(name: string, args?: SslPolicyArgs, opts?: CustomResourceOptions);
@overload
def SslPolicy(resource_name: str,
args: Optional[SslPolicyArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SslPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
custom_features: Optional[Sequence[str]] = None,
description: Optional[str] = None,
min_tls_version: Optional[SslPolicyMinTlsVersion] = None,
name: Optional[str] = None,
profile: Optional[SslPolicyProfile] = None,
project: Optional[str] = None,
request_id: Optional[str] = None,
tls_settings: Optional[ServerTlsSettingsArgs] = None)
func NewSslPolicy(ctx *Context, name string, args *SslPolicyArgs, opts ...ResourceOption) (*SslPolicy, error)
public SslPolicy(string name, SslPolicyArgs? args = null, CustomResourceOptions? opts = null)
public SslPolicy(String name, SslPolicyArgs args)
public SslPolicy(String name, SslPolicyArgs args, CustomResourceOptions options)
type: google-native:compute/alpha:SslPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SslPolicyArgs
- 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 SslPolicyArgs
- 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 SslPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SslPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SslPolicyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var sslPolicyResource = new GoogleNative.Compute.Alpha.SslPolicy("sslPolicyResource", new()
{
CustomFeatures = new[]
{
"string",
},
Description = "string",
MinTlsVersion = GoogleNative.Compute.Alpha.SslPolicyMinTlsVersion.Tls10,
Name = "string",
Profile = GoogleNative.Compute.Alpha.SslPolicyProfile.Compatible,
Project = "string",
RequestId = "string",
TlsSettings = new GoogleNative.Compute.Alpha.Inputs.ServerTlsSettingsArgs
{
ProxyTlsContext = new GoogleNative.Compute.Alpha.Inputs.TlsContextArgs
{
CertificateContext = new GoogleNative.Compute.Alpha.Inputs.TlsCertificateContextArgs
{
CertificatePaths = new GoogleNative.Compute.Alpha.Inputs.TlsCertificatePathsArgs
{
CertificatePath = "string",
PrivateKeyPath = "string",
},
CertificateSource = GoogleNative.Compute.Alpha.TlsCertificateContextCertificateSource.Invalid,
SdsConfig = new GoogleNative.Compute.Alpha.Inputs.SdsConfigArgs
{
GrpcServiceConfig = new GoogleNative.Compute.Alpha.Inputs.GrpcServiceConfigArgs
{
CallCredentials = new GoogleNative.Compute.Alpha.Inputs.CallCredentialsArgs
{
CallCredentialType = GoogleNative.Compute.Alpha.CallCredentialsCallCredentialType.FromPlugin,
FromPlugin = new GoogleNative.Compute.Alpha.Inputs.MetadataCredentialsFromPluginArgs
{
Name = "string",
StructConfig = "string",
},
},
ChannelCredentials = new GoogleNative.Compute.Alpha.Inputs.ChannelCredentialsArgs
{
Certificates = new GoogleNative.Compute.Alpha.Inputs.TlsCertificatePathsArgs
{
CertificatePath = "string",
PrivateKeyPath = "string",
},
ChannelCredentialType = GoogleNative.Compute.Alpha.ChannelCredentialsChannelCredentialType.Certificates,
},
TargetUri = "string",
},
},
},
ValidationContext = new GoogleNative.Compute.Alpha.Inputs.TlsValidationContextArgs
{
CertificatePath = "string",
SdsConfig = new GoogleNative.Compute.Alpha.Inputs.SdsConfigArgs
{
GrpcServiceConfig = new GoogleNative.Compute.Alpha.Inputs.GrpcServiceConfigArgs
{
CallCredentials = new GoogleNative.Compute.Alpha.Inputs.CallCredentialsArgs
{
CallCredentialType = GoogleNative.Compute.Alpha.CallCredentialsCallCredentialType.FromPlugin,
FromPlugin = new GoogleNative.Compute.Alpha.Inputs.MetadataCredentialsFromPluginArgs
{
Name = "string",
StructConfig = "string",
},
},
ChannelCredentials = new GoogleNative.Compute.Alpha.Inputs.ChannelCredentialsArgs
{
Certificates = new GoogleNative.Compute.Alpha.Inputs.TlsCertificatePathsArgs
{
CertificatePath = "string",
PrivateKeyPath = "string",
},
ChannelCredentialType = GoogleNative.Compute.Alpha.ChannelCredentialsChannelCredentialType.Certificates,
},
TargetUri = "string",
},
},
ValidationSource = GoogleNative.Compute.Alpha.TlsValidationContextValidationSource.Invalid,
},
},
SubjectAltNames = new[]
{
"string",
},
TlsMode = GoogleNative.Compute.Alpha.ServerTlsSettingsTlsMode.Invalid,
},
});
example, err := compute.NewSslPolicy(ctx, "sslPolicyResource", &compute.SslPolicyArgs{
CustomFeatures: pulumi.StringArray{
pulumi.String("string"),
},
Description: pulumi.String("string"),
MinTlsVersion: compute.SslPolicyMinTlsVersionTls10,
Name: pulumi.String("string"),
Profile: compute.SslPolicyProfileCompatible,
Project: pulumi.String("string"),
RequestId: pulumi.String("string"),
TlsSettings: &compute.ServerTlsSettingsArgs{
ProxyTlsContext: &compute.TlsContextArgs{
CertificateContext: &compute.TlsCertificateContextArgs{
CertificatePaths: &compute.TlsCertificatePathsArgs{
CertificatePath: pulumi.String("string"),
PrivateKeyPath: pulumi.String("string"),
},
CertificateSource: compute.TlsCertificateContextCertificateSourceInvalid,
SdsConfig: &compute.SdsConfigArgs{
GrpcServiceConfig: &compute.GrpcServiceConfigArgs{
CallCredentials: &compute.CallCredentialsArgs{
CallCredentialType: compute.CallCredentialsCallCredentialTypeFromPlugin,
FromPlugin: &compute.MetadataCredentialsFromPluginArgs{
Name: pulumi.String("string"),
StructConfig: pulumi.String("string"),
},
},
ChannelCredentials: &compute.ChannelCredentialsArgs{
Certificates: &compute.TlsCertificatePathsArgs{
CertificatePath: pulumi.String("string"),
PrivateKeyPath: pulumi.String("string"),
},
ChannelCredentialType: compute.ChannelCredentialsChannelCredentialTypeCertificates,
},
TargetUri: pulumi.String("string"),
},
},
},
ValidationContext: &compute.TlsValidationContextArgs{
CertificatePath: pulumi.String("string"),
SdsConfig: &compute.SdsConfigArgs{
GrpcServiceConfig: &compute.GrpcServiceConfigArgs{
CallCredentials: &compute.CallCredentialsArgs{
CallCredentialType: compute.CallCredentialsCallCredentialTypeFromPlugin,
FromPlugin: &compute.MetadataCredentialsFromPluginArgs{
Name: pulumi.String("string"),
StructConfig: pulumi.String("string"),
},
},
ChannelCredentials: &compute.ChannelCredentialsArgs{
Certificates: &compute.TlsCertificatePathsArgs{
CertificatePath: pulumi.String("string"),
PrivateKeyPath: pulumi.String("string"),
},
ChannelCredentialType: compute.ChannelCredentialsChannelCredentialTypeCertificates,
},
TargetUri: pulumi.String("string"),
},
},
ValidationSource: compute.TlsValidationContextValidationSourceInvalid,
},
},
SubjectAltNames: pulumi.StringArray{
pulumi.String("string"),
},
TlsMode: compute.ServerTlsSettingsTlsModeInvalid,
},
})
var sslPolicyResource = new SslPolicy("sslPolicyResource", SslPolicyArgs.builder()
.customFeatures("string")
.description("string")
.minTlsVersion("TLS_1_0")
.name("string")
.profile("COMPATIBLE")
.project("string")
.requestId("string")
.tlsSettings(ServerTlsSettingsArgs.builder()
.proxyTlsContext(TlsContextArgs.builder()
.certificateContext(TlsCertificateContextArgs.builder()
.certificatePaths(TlsCertificatePathsArgs.builder()
.certificatePath("string")
.privateKeyPath("string")
.build())
.certificateSource("INVALID")
.sdsConfig(SdsConfigArgs.builder()
.grpcServiceConfig(GrpcServiceConfigArgs.builder()
.callCredentials(CallCredentialsArgs.builder()
.callCredentialType("FROM_PLUGIN")
.fromPlugin(MetadataCredentialsFromPluginArgs.builder()
.name("string")
.structConfig("string")
.build())
.build())
.channelCredentials(ChannelCredentialsArgs.builder()
.certificates(TlsCertificatePathsArgs.builder()
.certificatePath("string")
.privateKeyPath("string")
.build())
.channelCredentialType("CERTIFICATES")
.build())
.targetUri("string")
.build())
.build())
.build())
.validationContext(TlsValidationContextArgs.builder()
.certificatePath("string")
.sdsConfig(SdsConfigArgs.builder()
.grpcServiceConfig(GrpcServiceConfigArgs.builder()
.callCredentials(CallCredentialsArgs.builder()
.callCredentialType("FROM_PLUGIN")
.fromPlugin(MetadataCredentialsFromPluginArgs.builder()
.name("string")
.structConfig("string")
.build())
.build())
.channelCredentials(ChannelCredentialsArgs.builder()
.certificates(TlsCertificatePathsArgs.builder()
.certificatePath("string")
.privateKeyPath("string")
.build())
.channelCredentialType("CERTIFICATES")
.build())
.targetUri("string")
.build())
.build())
.validationSource("INVALID")
.build())
.build())
.subjectAltNames("string")
.tlsMode("INVALID")
.build())
.build());
ssl_policy_resource = google_native.compute.alpha.SslPolicy("sslPolicyResource",
custom_features=["string"],
description="string",
min_tls_version=google_native.compute.alpha.SslPolicyMinTlsVersion.TLS10,
name="string",
profile=google_native.compute.alpha.SslPolicyProfile.COMPATIBLE,
project="string",
request_id="string",
tls_settings={
"proxy_tls_context": {
"certificate_context": {
"certificate_paths": {
"certificate_path": "string",
"private_key_path": "string",
},
"certificate_source": google_native.compute.alpha.TlsCertificateContextCertificateSource.INVALID,
"sds_config": {
"grpc_service_config": {
"call_credentials": {
"call_credential_type": google_native.compute.alpha.CallCredentialsCallCredentialType.FROM_PLUGIN,
"from_plugin": {
"name": "string",
"struct_config": "string",
},
},
"channel_credentials": {
"certificates": {
"certificate_path": "string",
"private_key_path": "string",
},
"channel_credential_type": google_native.compute.alpha.ChannelCredentialsChannelCredentialType.CERTIFICATES,
},
"target_uri": "string",
},
},
},
"validation_context": {
"certificate_path": "string",
"sds_config": {
"grpc_service_config": {
"call_credentials": {
"call_credential_type": google_native.compute.alpha.CallCredentialsCallCredentialType.FROM_PLUGIN,
"from_plugin": {
"name": "string",
"struct_config": "string",
},
},
"channel_credentials": {
"certificates": {
"certificate_path": "string",
"private_key_path": "string",
},
"channel_credential_type": google_native.compute.alpha.ChannelCredentialsChannelCredentialType.CERTIFICATES,
},
"target_uri": "string",
},
},
"validation_source": google_native.compute.alpha.TlsValidationContextValidationSource.INVALID,
},
},
"subject_alt_names": ["string"],
"tls_mode": google_native.compute.alpha.ServerTlsSettingsTlsMode.INVALID,
})
const sslPolicyResource = new google_native.compute.alpha.SslPolicy("sslPolicyResource", {
customFeatures: ["string"],
description: "string",
minTlsVersion: google_native.compute.alpha.SslPolicyMinTlsVersion.Tls10,
name: "string",
profile: google_native.compute.alpha.SslPolicyProfile.Compatible,
project: "string",
requestId: "string",
tlsSettings: {
proxyTlsContext: {
certificateContext: {
certificatePaths: {
certificatePath: "string",
privateKeyPath: "string",
},
certificateSource: google_native.compute.alpha.TlsCertificateContextCertificateSource.Invalid,
sdsConfig: {
grpcServiceConfig: {
callCredentials: {
callCredentialType: google_native.compute.alpha.CallCredentialsCallCredentialType.FromPlugin,
fromPlugin: {
name: "string",
structConfig: "string",
},
},
channelCredentials: {
certificates: {
certificatePath: "string",
privateKeyPath: "string",
},
channelCredentialType: google_native.compute.alpha.ChannelCredentialsChannelCredentialType.Certificates,
},
targetUri: "string",
},
},
},
validationContext: {
certificatePath: "string",
sdsConfig: {
grpcServiceConfig: {
callCredentials: {
callCredentialType: google_native.compute.alpha.CallCredentialsCallCredentialType.FromPlugin,
fromPlugin: {
name: "string",
structConfig: "string",
},
},
channelCredentials: {
certificates: {
certificatePath: "string",
privateKeyPath: "string",
},
channelCredentialType: google_native.compute.alpha.ChannelCredentialsChannelCredentialType.Certificates,
},
targetUri: "string",
},
},
validationSource: google_native.compute.alpha.TlsValidationContextValidationSource.Invalid,
},
},
subjectAltNames: ["string"],
tlsMode: google_native.compute.alpha.ServerTlsSettingsTlsMode.Invalid,
},
});
type: google-native:compute/alpha:SslPolicy
properties:
customFeatures:
- string
description: string
minTlsVersion: TLS_1_0
name: string
profile: COMPATIBLE
project: string
requestId: string
tlsSettings:
proxyTlsContext:
certificateContext:
certificatePaths:
certificatePath: string
privateKeyPath: string
certificateSource: INVALID
sdsConfig:
grpcServiceConfig:
callCredentials:
callCredentialType: FROM_PLUGIN
fromPlugin:
name: string
structConfig: string
channelCredentials:
certificates:
certificatePath: string
privateKeyPath: string
channelCredentialType: CERTIFICATES
targetUri: string
validationContext:
certificatePath: string
sdsConfig:
grpcServiceConfig:
callCredentials:
callCredentialType: FROM_PLUGIN
fromPlugin:
name: string
structConfig: string
channelCredentials:
certificates:
certificatePath: string
privateKeyPath: string
channelCredentialType: CERTIFICATES
targetUri: string
validationSource: INVALID
subjectAltNames:
- string
tlsMode: INVALID
SslPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SslPolicy resource accepts the following input properties:
- Custom
Features List<string> - A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
- Description string
- An optional description of this resource. Provide this property when you create the resource.
- Min
Tls Pulumi.Version Google Native. Compute. Alpha. Ssl Policy Min Tls Version - The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
- Name string
- Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - Profile
Pulumi.
Google Native. Compute. Alpha. Ssl Policy Profile - Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
- Project string
- Request
Id string - An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- Tls
Settings Pulumi.Google Native. Compute. Alpha. Inputs. Server Tls Settings - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- Custom
Features []string - A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
- Description string
- An optional description of this resource. Provide this property when you create the resource.
- Min
Tls SslVersion Policy Min Tls Version - The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
- Name string
- Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - Profile
Ssl
Policy Profile - Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
- Project string
- Request
Id string - An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- Tls
Settings ServerTls Settings Args - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- custom
Features List<String> - A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
- description String
- An optional description of this resource. Provide this property when you create the resource.
- min
Tls SslVersion Policy Min Tls Version - The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
- name String
- Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - profile
Ssl
Policy Profile - Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
- project String
- request
Id String - An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- tls
Settings ServerTls Settings - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- custom
Features string[] - A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
- description string
- An optional description of this resource. Provide this property when you create the resource.
- min
Tls SslVersion Policy Min Tls Version - The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
- name string
- Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - profile
Ssl
Policy Profile - Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
- project string
- request
Id string - An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- tls
Settings ServerTls Settings - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- custom_
features Sequence[str] - A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
- description str
- An optional description of this resource. Provide this property when you create the resource.
- min_
tls_ Sslversion Policy Min Tls Version - The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
- name str
- Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - profile
Ssl
Policy Profile - Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
- project str
- request_
id str - An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- tls_
settings ServerTls Settings Args - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- custom
Features List<String> - A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
- description String
- An optional description of this resource. Provide this property when you create the resource.
- min
Tls "TLS_1_0" | "TLS_1_1" | "TLS_1_2"Version - The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
- name String
- Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - profile "COMPATIBLE" | "CUSTOM" | "MODERN" | "RESTRICTED"
- Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
- project String
- request
Id String - An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- tls
Settings Property Map - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
Outputs
All input properties are implicitly available as output properties. Additionally, the SslPolicy resource produces the following output properties:
- Creation
Timestamp string - Creation timestamp in RFC3339 text format.
- Enabled
Features List<string> - The list of features enabled in the SSL policy.
- Fingerprint string
- Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Kind string
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- Region string
- URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
- Self
Link string - Server-defined URL for the resource.
- Self
Link stringWith Id - Server-defined URL for this resource with the resource id.
- Warnings
List<Pulumi.
Google Native. Compute. Alpha. Outputs. Ssl Policy Warnings Item Response> - If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
- Creation
Timestamp string - Creation timestamp in RFC3339 text format.
- Enabled
Features []string - The list of features enabled in the SSL policy.
- Fingerprint string
- Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Kind string
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- Region string
- URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
- Self
Link string - Server-defined URL for the resource.
- Self
Link stringWith Id - Server-defined URL for this resource with the resource id.
- Warnings
[]Ssl
Policy Warnings Item Response - If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
- creation
Timestamp String - Creation timestamp in RFC3339 text format.
- enabled
Features List<String> - The list of features enabled in the SSL policy.
- fingerprint String
- Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
- id String
- The provider-assigned unique ID for this managed resource.
- kind String
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- region String
- URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
- self
Link String - Server-defined URL for the resource.
- self
Link StringWith Id - Server-defined URL for this resource with the resource id.
- warnings
List<Ssl
Policy Warnings Item Response> - If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
- creation
Timestamp string - Creation timestamp in RFC3339 text format.
- enabled
Features string[] - The list of features enabled in the SSL policy.
- fingerprint string
- Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
- id string
- The provider-assigned unique ID for this managed resource.
- kind string
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- region string
- URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
- self
Link string - Server-defined URL for the resource.
- self
Link stringWith Id - Server-defined URL for this resource with the resource id.
- warnings
Ssl
Policy Warnings Item Response[] - If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
- creation_
timestamp str - Creation timestamp in RFC3339 text format.
- enabled_
features Sequence[str] - The list of features enabled in the SSL policy.
- fingerprint str
- Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
- id str
- The provider-assigned unique ID for this managed resource.
- kind str
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- region str
- URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
- self_
link str - Server-defined URL for the resource.
- self_
link_ strwith_ id - Server-defined URL for this resource with the resource id.
- warnings
Sequence[Ssl
Policy Warnings Item Response] - If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
- creation
Timestamp String - Creation timestamp in RFC3339 text format.
- enabled
Features List<String> - The list of features enabled in the SSL policy.
- fingerprint String
- Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
- id String
- The provider-assigned unique ID for this managed resource.
- kind String
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- region String
- URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
- self
Link String - Server-defined URL for the resource.
- self
Link StringWith Id - Server-defined URL for this resource with the resource id.
- warnings List<Property Map>
- If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
Supporting Types
CallCredentials, CallCredentialsArgs
- Call
Credential Pulumi.Type Google Native. Compute. Alpha. Call Credentials Call Credential Type - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- From
Plugin Pulumi.Google Native. Compute. Alpha. Inputs. Metadata Credentials From Plugin - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- Call
Credential CallType Credentials Call Credential Type - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- From
Plugin MetadataCredentials From Plugin - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call
Credential CallType Credentials Call Credential Type - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- from
Plugin MetadataCredentials From Plugin - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call
Credential CallType Credentials Call Credential Type - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- from
Plugin MetadataCredentials From Plugin - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call_
credential_ Calltype Credentials Call Credential Type - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- from_
plugin MetadataCredentials From Plugin - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call
Credential "FROM_PLUGIN" | "GCE_VM" | "INVALID"Type - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- from
Plugin Property Map - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
CallCredentialsCallCredentialType, CallCredentialsCallCredentialTypeArgs
- From
Plugin - FROM_PLUGINCustom authenticator credentials are used to access the SDS server.
- Gce
Vm - GCE_VMThe local GCE VM service account credentials are used to access the SDS server.
- Invalid
- INVALID
- Call
Credentials Call Credential Type From Plugin - FROM_PLUGINCustom authenticator credentials are used to access the SDS server.
- Call
Credentials Call Credential Type Gce Vm - GCE_VMThe local GCE VM service account credentials are used to access the SDS server.
- Call
Credentials Call Credential Type Invalid - INVALID
- From
Plugin - FROM_PLUGINCustom authenticator credentials are used to access the SDS server.
- Gce
Vm - GCE_VMThe local GCE VM service account credentials are used to access the SDS server.
- Invalid
- INVALID
- From
Plugin - FROM_PLUGINCustom authenticator credentials are used to access the SDS server.
- Gce
Vm - GCE_VMThe local GCE VM service account credentials are used to access the SDS server.
- Invalid
- INVALID
- FROM_PLUGIN
- FROM_PLUGINCustom authenticator credentials are used to access the SDS server.
- GCE_VM
- GCE_VMThe local GCE VM service account credentials are used to access the SDS server.
- INVALID
- INVALID
- "FROM_PLUGIN"
- FROM_PLUGINCustom authenticator credentials are used to access the SDS server.
- "GCE_VM"
- GCE_VMThe local GCE VM service account credentials are used to access the SDS server.
- "INVALID"
- INVALID
CallCredentialsResponse, CallCredentialsResponseArgs
- Call
Credential stringType - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- From
Plugin Pulumi.Google Native. Compute. Alpha. Inputs. Metadata Credentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- Call
Credential stringType - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- From
Plugin MetadataCredentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call
Credential StringType - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- from
Plugin MetadataCredentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call
Credential stringType - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- from
Plugin MetadataCredentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call_
credential_ strtype - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- from_
plugin MetadataCredentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call
Credential StringType - The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
- from
Plugin Property Map - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
ChannelCredentials, ChannelCredentialsArgs
- Certificates
Pulumi.
Google Native. Compute. Alpha. Inputs. Tls Certificate Paths - The call credentials to access the SDS server.
- Channel
Credential Pulumi.Type Google Native. Compute. Alpha. Channel Credentials Channel Credential Type - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- Certificates
Tls
Certificate Paths - The call credentials to access the SDS server.
- Channel
Credential ChannelType Credentials Channel Credential Type - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- certificates
Tls
Certificate Paths - The call credentials to access the SDS server.
- channel
Credential ChannelType Credentials Channel Credential Type - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- certificates
Tls
Certificate Paths - The call credentials to access the SDS server.
- channel
Credential ChannelType Credentials Channel Credential Type - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- certificates
Tls
Certificate Paths - The call credentials to access the SDS server.
- channel_
credential_ Channeltype Credentials Channel Credential Type - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- certificates Property Map
- The call credentials to access the SDS server.
- channel
Credential "CERTIFICATES" | "GCE_VM" | "INVALID"Type - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
ChannelCredentialsChannelCredentialType, ChannelCredentialsChannelCredentialTypeArgs
- Certificates
- CERTIFICATESUse TLS certificates to access the SDS server.
- Gce
Vm - GCE_VMUse local GCE VM credentials to access the SDS server.
- Invalid
- INVALID
- Channel
Credentials Channel Credential Type Certificates - CERTIFICATESUse TLS certificates to access the SDS server.
- Channel
Credentials Channel Credential Type Gce Vm - GCE_VMUse local GCE VM credentials to access the SDS server.
- Channel
Credentials Channel Credential Type Invalid - INVALID
- Certificates
- CERTIFICATESUse TLS certificates to access the SDS server.
- Gce
Vm - GCE_VMUse local GCE VM credentials to access the SDS server.
- Invalid
- INVALID
- Certificates
- CERTIFICATESUse TLS certificates to access the SDS server.
- Gce
Vm - GCE_VMUse local GCE VM credentials to access the SDS server.
- Invalid
- INVALID
- CERTIFICATES
- CERTIFICATESUse TLS certificates to access the SDS server.
- GCE_VM
- GCE_VMUse local GCE VM credentials to access the SDS server.
- INVALID
- INVALID
- "CERTIFICATES"
- CERTIFICATESUse TLS certificates to access the SDS server.
- "GCE_VM"
- GCE_VMUse local GCE VM credentials to access the SDS server.
- "INVALID"
- INVALID
ChannelCredentialsResponse, ChannelCredentialsResponseArgs
- Certificates
Pulumi.
Google Native. Compute. Alpha. Inputs. Tls Certificate Paths Response - The call credentials to access the SDS server.
- Channel
Credential stringType - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- Certificates
Tls
Certificate Paths Response - The call credentials to access the SDS server.
- Channel
Credential stringType - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- certificates
Tls
Certificate Paths Response - The call credentials to access the SDS server.
- channel
Credential StringType - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- certificates
Tls
Certificate Paths Response - The call credentials to access the SDS server.
- channel
Credential stringType - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- certificates
Tls
Certificate Paths Response - The call credentials to access the SDS server.
- channel_
credential_ strtype - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
- certificates Property Map
- The call credentials to access the SDS server.
- channel
Credential StringType - The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.
GrpcServiceConfig, GrpcServiceConfigArgs
- Call
Credentials Pulumi.Google Native. Compute. Alpha. Inputs. Call Credentials - The call credentials to access the SDS server.
- Channel
Credentials Pulumi.Google Native. Compute. Alpha. Inputs. Channel Credentials - The channel credentials to access the SDS server.
- Target
Uri string - The target URI of the SDS server.
- Call
Credentials CallCredentials - The call credentials to access the SDS server.
- Channel
Credentials ChannelCredentials - The channel credentials to access the SDS server.
- Target
Uri string - The target URI of the SDS server.
- call
Credentials CallCredentials - The call credentials to access the SDS server.
- channel
Credentials ChannelCredentials - The channel credentials to access the SDS server.
- target
Uri String - The target URI of the SDS server.
- call
Credentials CallCredentials - The call credentials to access the SDS server.
- channel
Credentials ChannelCredentials - The channel credentials to access the SDS server.
- target
Uri string - The target URI of the SDS server.
- call_
credentials CallCredentials - The call credentials to access the SDS server.
- channel_
credentials ChannelCredentials - The channel credentials to access the SDS server.
- target_
uri str - The target URI of the SDS server.
- call
Credentials Property Map - The call credentials to access the SDS server.
- channel
Credentials Property Map - The channel credentials to access the SDS server.
- target
Uri String - The target URI of the SDS server.
GrpcServiceConfigResponse, GrpcServiceConfigResponseArgs
- Call
Credentials Pulumi.Google Native. Compute. Alpha. Inputs. Call Credentials Response - The call credentials to access the SDS server.
- Channel
Credentials Pulumi.Google Native. Compute. Alpha. Inputs. Channel Credentials Response - The channel credentials to access the SDS server.
- Target
Uri string - The target URI of the SDS server.
- Call
Credentials CallCredentials Response - The call credentials to access the SDS server.
- Channel
Credentials ChannelCredentials Response - The channel credentials to access the SDS server.
- Target
Uri string - The target URI of the SDS server.
- call
Credentials CallCredentials Response - The call credentials to access the SDS server.
- channel
Credentials ChannelCredentials Response - The channel credentials to access the SDS server.
- target
Uri String - The target URI of the SDS server.
- call
Credentials CallCredentials Response - The call credentials to access the SDS server.
- channel
Credentials ChannelCredentials Response - The channel credentials to access the SDS server.
- target
Uri string - The target URI of the SDS server.
- call_
credentials CallCredentials Response - The call credentials to access the SDS server.
- channel_
credentials ChannelCredentials Response - The channel credentials to access the SDS server.
- target_
uri str - The target URI of the SDS server.
- call
Credentials Property Map - The call credentials to access the SDS server.
- channel
Credentials Property Map - The channel credentials to access the SDS server.
- target
Uri String - The target URI of the SDS server.
MetadataCredentialsFromPlugin, MetadataCredentialsFromPluginArgs
- Name string
- Plugin name.
- Struct
Config string - A text proto that conforms to a Struct type definition interpreted by the plugin.
- Name string
- Plugin name.
- Struct
Config string - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name String
- Plugin name.
- struct
Config String - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name string
- Plugin name.
- struct
Config string - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name str
- Plugin name.
- struct_
config str - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name String
- Plugin name.
- struct
Config String - A text proto that conforms to a Struct type definition interpreted by the plugin.
MetadataCredentialsFromPluginResponse, MetadataCredentialsFromPluginResponseArgs
- Name string
- Plugin name.
- Struct
Config string - A text proto that conforms to a Struct type definition interpreted by the plugin.
- Name string
- Plugin name.
- Struct
Config string - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name String
- Plugin name.
- struct
Config String - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name string
- Plugin name.
- struct
Config string - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name str
- Plugin name.
- struct_
config str - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name String
- Plugin name.
- struct
Config String - A text proto that conforms to a Struct type definition interpreted by the plugin.
SdsConfig, SdsConfigArgs
- Grpc
Service Pulumi.Config Google Native. Compute. Alpha. Inputs. Grpc Service Config - The configuration to access the SDS server over GRPC.
- Grpc
Service GrpcConfig Service Config - The configuration to access the SDS server over GRPC.
- grpc
Service GrpcConfig Service Config - The configuration to access the SDS server over GRPC.
- grpc
Service GrpcConfig Service Config - The configuration to access the SDS server over GRPC.
- grpc_
service_ Grpcconfig Service Config - The configuration to access the SDS server over GRPC.
- grpc
Service Property MapConfig - The configuration to access the SDS server over GRPC.
SdsConfigResponse, SdsConfigResponseArgs
- Grpc
Service Pulumi.Config Google Native. Compute. Alpha. Inputs. Grpc Service Config Response - The configuration to access the SDS server over GRPC.
- Grpc
Service GrpcConfig Service Config Response - The configuration to access the SDS server over GRPC.
- grpc
Service GrpcConfig Service Config Response - The configuration to access the SDS server over GRPC.
- grpc
Service GrpcConfig Service Config Response - The configuration to access the SDS server over GRPC.
- grpc_
service_ Grpcconfig Service Config Response - The configuration to access the SDS server over GRPC.
- grpc
Service Property MapConfig - The configuration to access the SDS server over GRPC.
ServerTlsSettings, ServerTlsSettingsArgs
- Proxy
Tls Pulumi.Context Google Native. Compute. Alpha. Inputs. Tls Context - Configures the mechanism to obtain security certificates and identity information.
- Subject
Alt List<string>Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Tls
Mode Pulumi.Google Native. Compute. Alpha. Server Tls Settings Tls Mode - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- Proxy
Tls TlsContext Context - Configures the mechanism to obtain security certificates and identity information.
- Subject
Alt []stringNames - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Tls
Mode ServerTls Settings Tls Mode - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- proxy
Tls TlsContext Context - Configures the mechanism to obtain security certificates and identity information.
- subject
Alt List<String>Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls
Mode ServerTls Settings Tls Mode - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- proxy
Tls TlsContext Context - Configures the mechanism to obtain security certificates and identity information.
- subject
Alt string[]Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls
Mode ServerTls Settings Tls Mode - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- proxy_
tls_ Tlscontext Context - Configures the mechanism to obtain security certificates and identity information.
- subject_
alt_ Sequence[str]names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls_
mode ServerTls Settings Tls Mode - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- proxy
Tls Property MapContext - Configures the mechanism to obtain security certificates and identity information.
- subject
Alt List<String>Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls
Mode "INVALID" | "MUTUAL" | "SIMPLE" - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
ServerTlsSettingsResponse, ServerTlsSettingsResponseArgs
- Proxy
Tls Pulumi.Context Google Native. Compute. Alpha. Inputs. Tls Context Response - Configures the mechanism to obtain security certificates and identity information.
- Subject
Alt List<string>Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Tls
Mode string - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- Proxy
Tls TlsContext Context Response - Configures the mechanism to obtain security certificates and identity information.
- Subject
Alt []stringNames - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Tls
Mode string - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- proxy
Tls TlsContext Context Response - Configures the mechanism to obtain security certificates and identity information.
- subject
Alt List<String>Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls
Mode String - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- proxy
Tls TlsContext Context Response - Configures the mechanism to obtain security certificates and identity information.
- subject
Alt string[]Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls
Mode string - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- proxy_
tls_ Tlscontext Context Response - Configures the mechanism to obtain security certificates and identity information.
- subject_
alt_ Sequence[str]names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls_
mode str - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
- proxy
Tls Property MapContext - Configures the mechanism to obtain security certificates and identity information.
- subject
Alt List<String>Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls
Mode String - Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.
ServerTlsSettingsTlsMode, ServerTlsSettingsTlsModeArgs
- Invalid
- INVALID
- Mutual
- MUTUALSecure connections to the backends using mutual TLS by presenting client certificates for authentication.
- Simple
- SIMPLESecure connections with standard TLS semantics.
- Server
Tls Settings Tls Mode Invalid - INVALID
- Server
Tls Settings Tls Mode Mutual - MUTUALSecure connections to the backends using mutual TLS by presenting client certificates for authentication.
- Server
Tls Settings Tls Mode Simple - SIMPLESecure connections with standard TLS semantics.
- Invalid
- INVALID
- Mutual
- MUTUALSecure connections to the backends using mutual TLS by presenting client certificates for authentication.
- Simple
- SIMPLESecure connections with standard TLS semantics.
- Invalid
- INVALID
- Mutual
- MUTUALSecure connections to the backends using mutual TLS by presenting client certificates for authentication.
- Simple
- SIMPLESecure connections with standard TLS semantics.
- INVALID
- INVALID
- MUTUAL
- MUTUALSecure connections to the backends using mutual TLS by presenting client certificates for authentication.
- SIMPLE
- SIMPLESecure connections with standard TLS semantics.
- "INVALID"
- INVALID
- "MUTUAL"
- MUTUALSecure connections to the backends using mutual TLS by presenting client certificates for authentication.
- "SIMPLE"
- SIMPLESecure connections with standard TLS semantics.
SslPolicyMinTlsVersion, SslPolicyMinTlsVersionArgs
- Tls10
- TLS_1_0TLS 1.0
- Tls11
- TLS_1_1TLS 1.1
- Tls12
- TLS_1_2TLS 1.2
- Ssl
Policy Min Tls Version Tls10 - TLS_1_0TLS 1.0
- Ssl
Policy Min Tls Version Tls11 - TLS_1_1TLS 1.1
- Ssl
Policy Min Tls Version Tls12 - TLS_1_2TLS 1.2
- Tls10
- TLS_1_0TLS 1.0
- Tls11
- TLS_1_1TLS 1.1
- Tls12
- TLS_1_2TLS 1.2
- Tls10
- TLS_1_0TLS 1.0
- Tls11
- TLS_1_1TLS 1.1
- Tls12
- TLS_1_2TLS 1.2
- TLS10
- TLS_1_0TLS 1.0
- TLS11
- TLS_1_1TLS 1.1
- TLS12
- TLS_1_2TLS 1.2
- "TLS_1_0"
- TLS_1_0TLS 1.0
- "TLS_1_1"
- TLS_1_1TLS 1.1
- "TLS_1_2"
- TLS_1_2TLS 1.2
SslPolicyProfile, SslPolicyProfileArgs
- Compatible
- COMPATIBLECompatible profile. Allows the broadset set of clients, even those which support only out-of-date SSL features to negotiate with the load balancer.
- Custom
- CUSTOMCustom profile. Allow only the set of allowed SSL features specified in the customFeatures field.
- Modern
- MODERNModern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the load balancer.
- Restricted
- RESTRICTEDRestricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.
- Ssl
Policy Profile Compatible - COMPATIBLECompatible profile. Allows the broadset set of clients, even those which support only out-of-date SSL features to negotiate with the load balancer.
- Ssl
Policy Profile Custom - CUSTOMCustom profile. Allow only the set of allowed SSL features specified in the customFeatures field.
- Ssl
Policy Profile Modern - MODERNModern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the load balancer.
- Ssl
Policy Profile Restricted - RESTRICTEDRestricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.
- Compatible
- COMPATIBLECompatible profile. Allows the broadset set of clients, even those which support only out-of-date SSL features to negotiate with the load balancer.
- Custom
- CUSTOMCustom profile. Allow only the set of allowed SSL features specified in the customFeatures field.
- Modern
- MODERNModern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the load balancer.
- Restricted
- RESTRICTEDRestricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.
- Compatible
- COMPATIBLECompatible profile. Allows the broadset set of clients, even those which support only out-of-date SSL features to negotiate with the load balancer.
- Custom
- CUSTOMCustom profile. Allow only the set of allowed SSL features specified in the customFeatures field.
- Modern
- MODERNModern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the load balancer.
- Restricted
- RESTRICTEDRestricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.
- COMPATIBLE
- COMPATIBLECompatible profile. Allows the broadset set of clients, even those which support only out-of-date SSL features to negotiate with the load balancer.
- CUSTOM
- CUSTOMCustom profile. Allow only the set of allowed SSL features specified in the customFeatures field.
- MODERN
- MODERNModern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the load balancer.
- RESTRICTED
- RESTRICTEDRestricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.
- "COMPATIBLE"
- COMPATIBLECompatible profile. Allows the broadset set of clients, even those which support only out-of-date SSL features to negotiate with the load balancer.
- "CUSTOM"
- CUSTOMCustom profile. Allow only the set of allowed SSL features specified in the customFeatures field.
- "MODERN"
- MODERNModern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the load balancer.
- "RESTRICTED"
- RESTRICTEDRestricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.
SslPolicyWarningsItemDataItemResponse, SslPolicyWarningsItemDataItemResponseArgs
- Key string
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- Value string
- A warning data value corresponding to the key.
- Key string
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- Value string
- A warning data value corresponding to the key.
- key String
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- value String
- A warning data value corresponding to the key.
- key string
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- value string
- A warning data value corresponding to the key.
- key str
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- value str
- A warning data value corresponding to the key.
- key String
- A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
- value String
- A warning data value corresponding to the key.
SslPolicyWarningsItemResponse, SslPolicyWarningsItemResponseArgs
- Code string
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- Data
List<Pulumi.
Google Native. Compute. Alpha. Inputs. Ssl Policy Warnings Item Data Item Response> - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- Message string
- A human-readable description of the warning code.
- Code string
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- Data
[]Ssl
Policy Warnings Item Data Item Response - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- Message string
- A human-readable description of the warning code.
- code String
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
List<Ssl
Policy Warnings Item Data Item Response> - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message String
- A human-readable description of the warning code.
- code string
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
Ssl
Policy Warnings Item Data Item Response[] - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message string
- A human-readable description of the warning code.
- code str
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
Sequence[Ssl
Policy Warnings Item Data Item Response] - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message str
- A human-readable description of the warning code.
- code String
- A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data List<Property Map>
- Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message String
- A human-readable description of the warning code.
TlsCertificateContext, TlsCertificateContextArgs
- Certificate
Paths Pulumi.Google Native. Compute. Alpha. Inputs. Tls Certificate Paths - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- Certificate
Source Pulumi.Google Native. Compute. Alpha. Tls Certificate Context Certificate Source - Defines how TLS certificates are obtained.
- Sds
Config Pulumi.Google Native. Compute. Alpha. Inputs. Sds Config - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- Certificate
Paths TlsCertificate Paths - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- Certificate
Source TlsCertificate Context Certificate Source - Defines how TLS certificates are obtained.
- Sds
Config SdsConfig - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate
Paths TlsCertificate Paths - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate
Source TlsCertificate Context Certificate Source - Defines how TLS certificates are obtained.
- sds
Config SdsConfig - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate
Paths TlsCertificate Paths - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate
Source TlsCertificate Context Certificate Source - Defines how TLS certificates are obtained.
- sds
Config SdsConfig - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate_
paths TlsCertificate Paths - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate_
source TlsCertificate Context Certificate Source - Defines how TLS certificates are obtained.
- sds_
config SdsConfig - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate
Paths Property Map - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate
Source "INVALID" | "USE_PATH" | "USE_SDS" - Defines how TLS certificates are obtained.
- sds
Config Property Map - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
TlsCertificateContextCertificateSource, TlsCertificateContextCertificateSourceArgs
- Invalid
- INVALID
- Use
Path - USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- Use
Sds - USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- Tls
Certificate Context Certificate Source Invalid - INVALID
- Tls
Certificate Context Certificate Source Use Path - USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- Tls
Certificate Context Certificate Source Use Sds - USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- Invalid
- INVALID
- Use
Path - USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- Use
Sds - USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- Invalid
- INVALID
- Use
Path - USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- Use
Sds - USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- INVALID
- INVALID
- USE_PATH
- USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- USE_SDS
- USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- "INVALID"
- INVALID
- "USE_PATH"
- USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- "USE_SDS"
- USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
TlsCertificateContextResponse, TlsCertificateContextResponseArgs
- Certificate
Paths Pulumi.Google Native. Compute. Alpha. Inputs. Tls Certificate Paths Response - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- Certificate
Source string - Defines how TLS certificates are obtained.
- Sds
Config Pulumi.Google Native. Compute. Alpha. Inputs. Sds Config Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- Certificate
Paths TlsCertificate Paths Response - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- Certificate
Source string - Defines how TLS certificates are obtained.
- Sds
Config SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate
Paths TlsCertificate Paths Response - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate
Source String - Defines how TLS certificates are obtained.
- sds
Config SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate
Paths TlsCertificate Paths Response - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate
Source string - Defines how TLS certificates are obtained.
- sds
Config SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate_
paths TlsCertificate Paths Response - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate_
source str - Defines how TLS certificates are obtained.
- sds_
config SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate
Paths Property Map - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate
Source String - Defines how TLS certificates are obtained.
- sds
Config Property Map - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
TlsCertificatePaths, TlsCertificatePathsArgs
- Certificate
Path string - The path to the file holding the client or server TLS certificate to use.
- Private
Key stringPath - The path to the file holding the client or server private key.
- Certificate
Path string - The path to the file holding the client or server TLS certificate to use.
- Private
Key stringPath - The path to the file holding the client or server private key.
- certificate
Path String - The path to the file holding the client or server TLS certificate to use.
- private
Key StringPath - The path to the file holding the client or server private key.
- certificate
Path string - The path to the file holding the client or server TLS certificate to use.
- private
Key stringPath - The path to the file holding the client or server private key.
- certificate_
path str - The path to the file holding the client or server TLS certificate to use.
- private_
key_ strpath - The path to the file holding the client or server private key.
- certificate
Path String - The path to the file holding the client or server TLS certificate to use.
- private
Key StringPath - The path to the file holding the client or server private key.
TlsCertificatePathsResponse, TlsCertificatePathsResponseArgs
- Certificate
Path string - The path to the file holding the client or server TLS certificate to use.
- Private
Key stringPath - The path to the file holding the client or server private key.
- Certificate
Path string - The path to the file holding the client or server TLS certificate to use.
- Private
Key stringPath - The path to the file holding the client or server private key.
- certificate
Path String - The path to the file holding the client or server TLS certificate to use.
- private
Key StringPath - The path to the file holding the client or server private key.
- certificate
Path string - The path to the file holding the client or server TLS certificate to use.
- private
Key stringPath - The path to the file holding the client or server private key.
- certificate_
path str - The path to the file holding the client or server TLS certificate to use.
- private_
key_ strpath - The path to the file holding the client or server private key.
- certificate
Path String - The path to the file holding the client or server TLS certificate to use.
- private
Key StringPath - The path to the file holding the client or server private key.
TlsContext, TlsContextArgs
- Certificate
Context Pulumi.Google Native. Compute. Alpha. Inputs. Tls Certificate Context - Defines the mechanism to obtain the client or server certificate.
- Validation
Context Pulumi.Google Native. Compute. Alpha. Inputs. Tls Validation Context - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- Certificate
Context TlsCertificate Context - Defines the mechanism to obtain the client or server certificate.
- Validation
Context TlsValidation Context - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- certificate
Context TlsCertificate Context - Defines the mechanism to obtain the client or server certificate.
- validation
Context TlsValidation Context - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- certificate
Context TlsCertificate Context - Defines the mechanism to obtain the client or server certificate.
- validation
Context TlsValidation Context - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- certificate_
context TlsCertificate Context - Defines the mechanism to obtain the client or server certificate.
- validation_
context TlsValidation Context - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- certificate
Context Property Map - Defines the mechanism to obtain the client or server certificate.
- validation
Context Property Map - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
TlsContextResponse, TlsContextResponseArgs
- Certificate
Context Pulumi.Google Native. Compute. Alpha. Inputs. Tls Certificate Context Response - Defines the mechanism to obtain the client or server certificate.
- Validation
Context Pulumi.Google Native. Compute. Alpha. Inputs. Tls Validation Context Response - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- Certificate
Context TlsCertificate Context Response - Defines the mechanism to obtain the client or server certificate.
- Validation
Context TlsValidation Context Response - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- certificate
Context TlsCertificate Context Response - Defines the mechanism to obtain the client or server certificate.
- validation
Context TlsValidation Context Response - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- certificate
Context TlsCertificate Context Response - Defines the mechanism to obtain the client or server certificate.
- validation
Context TlsValidation Context Response - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- certificate_
context TlsCertificate Context Response - Defines the mechanism to obtain the client or server certificate.
- validation_
context TlsValidation Context Response - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
- certificate
Context Property Map - Defines the mechanism to obtain the client or server certificate.
- validation
Context Property Map - Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
TlsValidationContext, TlsValidationContextArgs
- Certificate
Path string - The path to the file holding the CA certificate to validate the client or server certificate.
- Sds
Config Pulumi.Google Native. Compute. Alpha. Inputs. Sds Config - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- Validation
Source Pulumi.Google Native. Compute. Alpha. Tls Validation Context Validation Source - Defines how TLS certificates are obtained.
- Certificate
Path string - The path to the file holding the CA certificate to validate the client or server certificate.
- Sds
Config SdsConfig - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- Validation
Source TlsValidation Context Validation Source - Defines how TLS certificates are obtained.
- certificate
Path String - The path to the file holding the CA certificate to validate the client or server certificate.
- sds
Config SdsConfig - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation
Source TlsValidation Context Validation Source - Defines how TLS certificates are obtained.
- certificate
Path string - The path to the file holding the CA certificate to validate the client or server certificate.
- sds
Config SdsConfig - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation
Source TlsValidation Context Validation Source - Defines how TLS certificates are obtained.
- certificate_
path str - The path to the file holding the CA certificate to validate the client or server certificate.
- sds_
config SdsConfig - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation_
source TlsValidation Context Validation Source - Defines how TLS certificates are obtained.
- certificate
Path String - The path to the file holding the CA certificate to validate the client or server certificate.
- sds
Config Property Map - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation
Source "INVALID" | "USE_PATH" | "USE_SDS" - Defines how TLS certificates are obtained.
TlsValidationContextResponse, TlsValidationContextResponseArgs
- Certificate
Path string - The path to the file holding the CA certificate to validate the client or server certificate.
- Sds
Config Pulumi.Google Native. Compute. Alpha. Inputs. Sds Config Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- Validation
Source string - Defines how TLS certificates are obtained.
- Certificate
Path string - The path to the file holding the CA certificate to validate the client or server certificate.
- Sds
Config SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- Validation
Source string - Defines how TLS certificates are obtained.
- certificate
Path String - The path to the file holding the CA certificate to validate the client or server certificate.
- sds
Config SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation
Source String - Defines how TLS certificates are obtained.
- certificate
Path string - The path to the file holding the CA certificate to validate the client or server certificate.
- sds
Config SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation
Source string - Defines how TLS certificates are obtained.
- certificate_
path str - The path to the file holding the CA certificate to validate the client or server certificate.
- sds_
config SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation_
source str - Defines how TLS certificates are obtained.
- certificate
Path String - The path to the file holding the CA certificate to validate the client or server certificate.
- sds
Config Property Map - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation
Source String - Defines how TLS certificates are obtained.
TlsValidationContextValidationSource, TlsValidationContextValidationSourceArgs
- Invalid
- INVALID
- Use
Path - USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- Use
Sds - USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- Tls
Validation Context Validation Source Invalid - INVALID
- Tls
Validation Context Validation Source Use Path - USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- Tls
Validation Context Validation Source Use Sds - USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- Invalid
- INVALID
- Use
Path - USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- Use
Sds - USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- Invalid
- INVALID
- Use
Path - USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- Use
Sds - USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- INVALID
- INVALID
- USE_PATH
- USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- USE_SDS
- USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
- "INVALID"
- INVALID
- "USE_PATH"
- USE_PATHUSE_PATH specifies that the certificates and private key are obtained from a locally mounted filesystem path.
- "USE_SDS"
- USE_SDSUSE_SDS specifies that the certificates and private key are obtained from a SDS server.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.