Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.compute/alpha.getRegionSslPolicy
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Lists all of the ordered rules present in a single specified policy.
Using getRegionSslPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRegionSslPolicy(args: GetRegionSslPolicyArgs, opts?: InvokeOptions): Promise<GetRegionSslPolicyResult>
function getRegionSslPolicyOutput(args: GetRegionSslPolicyOutputArgs, opts?: InvokeOptions): Output<GetRegionSslPolicyResult>
def get_region_ssl_policy(project: Optional[str] = None,
region: Optional[str] = None,
ssl_policy: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegionSslPolicyResult
def get_region_ssl_policy_output(project: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
ssl_policy: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegionSslPolicyResult]
func LookupRegionSslPolicy(ctx *Context, args *LookupRegionSslPolicyArgs, opts ...InvokeOption) (*LookupRegionSslPolicyResult, error)
func LookupRegionSslPolicyOutput(ctx *Context, args *LookupRegionSslPolicyOutputArgs, opts ...InvokeOption) LookupRegionSslPolicyResultOutput
> Note: This function is named LookupRegionSslPolicy
in the Go SDK.
public static class GetRegionSslPolicy
{
public static Task<GetRegionSslPolicyResult> InvokeAsync(GetRegionSslPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetRegionSslPolicyResult> Invoke(GetRegionSslPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRegionSslPolicyResult> getRegionSslPolicy(GetRegionSslPolicyArgs args, InvokeOptions options)
public static Output<GetRegionSslPolicyResult> getRegionSslPolicy(GetRegionSslPolicyArgs args, InvokeOptions options)
fn::invoke:
function: google-native:compute/alpha:getRegionSslPolicy
arguments:
# arguments dictionary
The following arguments are supported:
- region
This property is required. str - ssl_
policy This property is required. str - project str
getRegionSslPolicy Result
The following output properties are available:
- Creation
Timestamp string - Creation timestamp in RFC3339 text format.
- 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.
- 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.
- Kind string
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- Min
Tls stringVersion - 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 string
- 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.
- 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.
- Tls
Settings Pulumi.Google Native. Compute. Alpha. Outputs. Server Tls Settings Response - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- Warnings
List<Pulumi.
Google Native. Compute. Alpha. Outputs. Region 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.
- 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.
- 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.
- Kind string
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- Min
Tls stringVersion - 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 string
- 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.
- 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.
- Tls
Settings ServerTls Settings Response - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- Warnings
[]Region
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.
- 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.
- 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.
- kind String
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- min
Tls StringVersion - 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 String
- 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.
- 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.
- tls
Settings ServerTls Settings Response - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- warnings
List<Region
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.
- 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.
- 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.
- kind string
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- min
Tls stringVersion - 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 string
- 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.
- 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.
- tls
Settings ServerTls Settings Response - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- warnings
Region
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.
- 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.
- 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.
- kind str
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- min_
tls_ strversion - 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 str
- 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.
- 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.
- tls_
settings ServerTls Settings Response - Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
- warnings
Sequence[Region
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.
- 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.
- 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.
- kind String
- [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
- min
Tls StringVersion - 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 String
- 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.
- 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.
- 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.
- warnings List<Property Map>
- If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
Supporting Types
CallCredentialsResponse
- Call
Credential Type This property is required. string - 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 This property is required. Pulumi.Google Native. Compute. Alpha. Inputs. Metadata Credentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- Call
Credential Type This property is required. string - 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 This property is required. MetadataCredentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call
Credential Type This property is required. String - 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 This property is required. MetadataCredentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call
Credential Type This property is required. string - 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 This property is required. MetadataCredentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call_
credential_ type This property is required. str - 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 This property is required. MetadataCredentials From Plugin Response - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
- call
Credential Type This property is required. String - 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 This property is required. Property Map - Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
ChannelCredentialsResponse
- Certificates
This property is required. Pulumi.Google Native. Compute. Alpha. Inputs. Tls Certificate Paths Response - The call credentials to access the SDS server.
- Channel
Credential Type This property is required. string - 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
This property is required. TlsCertificate Paths Response - The call credentials to access the SDS server.
- Channel
Credential Type This property is required. string - 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
This property is required. TlsCertificate Paths Response - The call credentials to access the SDS server.
- channel
Credential Type This property is required. String - 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
This property is required. TlsCertificate Paths Response - The call credentials to access the SDS server.
- channel
Credential Type This property is required. string - 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
This property is required. TlsCertificate Paths Response - The call credentials to access the SDS server.
- channel_
credential_ type This property is required. str - 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
This property is required. Property Map - The call credentials to access the SDS server.
- channel
Credential Type This property is required. String - 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.
GrpcServiceConfigResponse
- Call
Credentials This property is required. Pulumi.Google Native. Compute. Alpha. Inputs. Call Credentials Response - The call credentials to access the SDS server.
- Channel
Credentials This property is required. Pulumi.Google Native. Compute. Alpha. Inputs. Channel Credentials Response - The channel credentials to access the SDS server.
- Target
Uri This property is required. string - The target URI of the SDS server.
- Call
Credentials This property is required. CallCredentials Response - The call credentials to access the SDS server.
- Channel
Credentials This property is required. ChannelCredentials Response - The channel credentials to access the SDS server.
- Target
Uri This property is required. string - The target URI of the SDS server.
- call
Credentials This property is required. CallCredentials Response - The call credentials to access the SDS server.
- channel
Credentials This property is required. ChannelCredentials Response - The channel credentials to access the SDS server.
- target
Uri This property is required. String - The target URI of the SDS server.
- call
Credentials This property is required. CallCredentials Response - The call credentials to access the SDS server.
- channel
Credentials This property is required. ChannelCredentials Response - The channel credentials to access the SDS server.
- target
Uri This property is required. string - The target URI of the SDS server.
- call_
credentials This property is required. CallCredentials Response - The call credentials to access the SDS server.
- channel_
credentials This property is required. ChannelCredentials Response - The channel credentials to access the SDS server.
- target_
uri This property is required. str - The target URI of the SDS server.
- call
Credentials This property is required. Property Map - The call credentials to access the SDS server.
- channel
Credentials This property is required. Property Map - The channel credentials to access the SDS server.
- target
Uri This property is required. String - The target URI of the SDS server.
MetadataCredentialsFromPluginResponse
- Name
This property is required. string - Plugin name.
- Struct
Config This property is required. string - A text proto that conforms to a Struct type definition interpreted by the plugin.
- Name
This property is required. string - Plugin name.
- Struct
Config This property is required. string - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name
This property is required. String - Plugin name.
- struct
Config This property is required. String - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name
This property is required. string - Plugin name.
- struct
Config This property is required. string - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name
This property is required. str - Plugin name.
- struct_
config This property is required. str - A text proto that conforms to a Struct type definition interpreted by the plugin.
- name
This property is required. String - Plugin name.
- struct
Config This property is required. String - A text proto that conforms to a Struct type definition interpreted by the plugin.
RegionSslPolicyWarningsItemDataItemResponse
- Key
This property is required. 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
This property is required. string - A warning data value corresponding to the key.
- Key
This property is required. 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
This property is required. string - A warning data value corresponding to the key.
- key
This property is required. 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
This property is required. String - A warning data value corresponding to the key.
- key
This property is required. 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
This property is required. string - A warning data value corresponding to the key.
- key
This property is required. 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
This property is required. str - A warning data value corresponding to the key.
- key
This property is required. 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
This property is required. String - A warning data value corresponding to the key.
RegionSslPolicyWarningsItemResponse
- Code
This property is required. string - A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- Data
This property is required. List<Pulumi.Google Native. Compute. Alpha. Inputs. Region 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
This property is required. string - A human-readable description of the warning code.
- Code
This property is required. string - A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- Data
This property is required. []RegionSsl 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
This property is required. string - A human-readable description of the warning code.
- code
This property is required. String - A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
This property is required. List<RegionSsl 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
This property is required. String - A human-readable description of the warning code.
- code
This property is required. string - A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
This property is required. RegionSsl 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
This property is required. string - A human-readable description of the warning code.
- code
This property is required. str - A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
This property is required. Sequence[RegionSsl 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
This property is required. str - A human-readable description of the warning code.
- code
This property is required. String - A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
- data
This property is required. List<Property Map> - Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
- message
This property is required. String - A human-readable description of the warning code.
SdsConfigResponse
- Grpc
Service Config This property is required. Pulumi.Google Native. Compute. Alpha. Inputs. Grpc Service Config Response - The configuration to access the SDS server over GRPC.
- Grpc
Service Config This property is required. GrpcService Config Response - The configuration to access the SDS server over GRPC.
- grpc
Service Config This property is required. GrpcService Config Response - The configuration to access the SDS server over GRPC.
- grpc
Service Config This property is required. GrpcService Config Response - The configuration to access the SDS server over GRPC.
- grpc_
service_ config This property is required. GrpcService Config Response - The configuration to access the SDS server over GRPC.
- grpc
Service Config This property is required. Property Map - The configuration to access the SDS server over GRPC.
ServerTlsSettingsResponse
- Proxy
Tls Context This property is required. Pulumi.Google Native. Compute. Alpha. Inputs. Tls Context Response - Configures the mechanism to obtain security certificates and identity information.
- Subject
Alt Names This property is required. List<string> - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Tls
Mode This property is required. 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 Context This property is required. TlsContext Response - Configures the mechanism to obtain security certificates and identity information.
- Subject
Alt Names This property is required. []string - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Tls
Mode This property is required. 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 Context This property is required. TlsContext Response - Configures the mechanism to obtain security certificates and identity information.
- subject
Alt Names This property is required. List<String> - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls
Mode This property is required. 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 Context This property is required. TlsContext Response - Configures the mechanism to obtain security certificates and identity information.
- subject
Alt Names This property is required. string[] - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls
Mode This property is required. 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_ context This property is required. TlsContext Response - Configures the mechanism to obtain security certificates and identity information.
- subject_
alt_ names This property is required. Sequence[str] - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls_
mode This property is required. 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 Context This property is required. Property Map - Configures the mechanism to obtain security certificates and identity information.
- subject
Alt Names This property is required. List<String> - A list of alternate names to verify the subject identity in the certificate presented by the client.
- tls
Mode This property is required. 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.
TlsCertificateContextResponse
- Certificate
Paths This property is required. 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 This property is required. string - Defines how TLS certificates are obtained.
- Sds
Config This property is required. 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 This property is required. TlsCertificate Paths Response - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- Certificate
Source This property is required. string - Defines how TLS certificates are obtained.
- Sds
Config This property is required. SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate
Paths This property is required. TlsCertificate Paths Response - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate
Source This property is required. String - Defines how TLS certificates are obtained.
- sds
Config This property is required. SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate
Paths This property is required. TlsCertificate Paths Response - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate
Source This property is required. string - Defines how TLS certificates are obtained.
- sds
Config This property is required. SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate_
paths This property is required. TlsCertificate Paths Response - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate_
source This property is required. str - Defines how TLS certificates are obtained.
- sds_
config This property is required. SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- certificate
Paths This property is required. Property Map - Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.
- certificate
Source This property is required. String - Defines how TLS certificates are obtained.
- sds
Config This property is required. Property Map - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
TlsCertificatePathsResponse
- Certificate
Path This property is required. string - The path to the file holding the client or server TLS certificate to use.
- Private
Key Path This property is required. string - The path to the file holding the client or server private key.
- Certificate
Path This property is required. string - The path to the file holding the client or server TLS certificate to use.
- Private
Key Path This property is required. string - The path to the file holding the client or server private key.
- certificate
Path This property is required. String - The path to the file holding the client or server TLS certificate to use.
- private
Key Path This property is required. String - The path to the file holding the client or server private key.
- certificate
Path This property is required. string - The path to the file holding the client or server TLS certificate to use.
- private
Key Path This property is required. string - The path to the file holding the client or server private key.
- certificate_
path This property is required. str - The path to the file holding the client or server TLS certificate to use.
- private_
key_ path This property is required. str - The path to the file holding the client or server private key.
- certificate
Path This property is required. String - The path to the file holding the client or server TLS certificate to use.
- private
Key Path This property is required. String - The path to the file holding the client or server private key.
TlsContextResponse
- Certificate
Context This property is required. Pulumi.Google Native. Compute. Alpha. Inputs. Tls Certificate Context Response - Defines the mechanism to obtain the client or server certificate.
- Validation
Context This property is required. 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 This property is required. TlsCertificate Context Response - Defines the mechanism to obtain the client or server certificate.
- Validation
Context This property is required. 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 This property is required. TlsCertificate Context Response - Defines the mechanism to obtain the client or server certificate.
- validation
Context This property is required. 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 This property is required. TlsCertificate Context Response - Defines the mechanism to obtain the client or server certificate.
- validation
Context This property is required. 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 This property is required. TlsCertificate Context Response - Defines the mechanism to obtain the client or server certificate.
- validation_
context This property is required. 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 This property is required. Property Map - Defines the mechanism to obtain the client or server certificate.
- validation
Context This property is required. 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.
TlsValidationContextResponse
- Certificate
Path This property is required. string - The path to the file holding the CA certificate to validate the client or server certificate.
- Sds
Config This property is required. 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 This property is required. string - Defines how TLS certificates are obtained.
- Certificate
Path This property is required. string - The path to the file holding the CA certificate to validate the client or server certificate.
- Sds
Config This property is required. SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- Validation
Source This property is required. string - Defines how TLS certificates are obtained.
- certificate
Path This property is required. String - The path to the file holding the CA certificate to validate the client or server certificate.
- sds
Config This property is required. SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation
Source This property is required. String - Defines how TLS certificates are obtained.
- certificate
Path This property is required. string - The path to the file holding the CA certificate to validate the client or server certificate.
- sds
Config This property is required. SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation
Source This property is required. string - Defines how TLS certificates are obtained.
- certificate_
path This property is required. str - The path to the file holding the CA certificate to validate the client or server certificate.
- sds_
config This property is required. SdsConfig Response - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation_
source This property is required. str - Defines how TLS certificates are obtained.
- certificate
Path This property is required. String - The path to the file holding the CA certificate to validate the client or server certificate.
- sds
Config This property is required. Property Map - Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
- validation
Source This property is required. String - Defines how TLS certificates are obtained.
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.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi