Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.networksecurity/v1beta1.getTlsInspectionPolicy
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Gets details of a single TlsInspectionPolicy.
Using getTlsInspectionPolicy
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 getTlsInspectionPolicy(args: GetTlsInspectionPolicyArgs, opts?: InvokeOptions): Promise<GetTlsInspectionPolicyResult>
function getTlsInspectionPolicyOutput(args: GetTlsInspectionPolicyOutputArgs, opts?: InvokeOptions): Output<GetTlsInspectionPolicyResult>
def get_tls_inspection_policy(location: Optional[str] = None,
project: Optional[str] = None,
tls_inspection_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTlsInspectionPolicyResult
def get_tls_inspection_policy_output(location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
tls_inspection_policy_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTlsInspectionPolicyResult]
func LookupTlsInspectionPolicy(ctx *Context, args *LookupTlsInspectionPolicyArgs, opts ...InvokeOption) (*LookupTlsInspectionPolicyResult, error)
func LookupTlsInspectionPolicyOutput(ctx *Context, args *LookupTlsInspectionPolicyOutputArgs, opts ...InvokeOption) LookupTlsInspectionPolicyResultOutput
> Note: This function is named LookupTlsInspectionPolicy
in the Go SDK.
public static class GetTlsInspectionPolicy
{
public static Task<GetTlsInspectionPolicyResult> InvokeAsync(GetTlsInspectionPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetTlsInspectionPolicyResult> Invoke(GetTlsInspectionPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTlsInspectionPolicyResult> getTlsInspectionPolicy(GetTlsInspectionPolicyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:networksecurity/v1beta1:getTlsInspectionPolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Location string
- Tls
Inspection stringPolicy Id - Project string
- Location string
- Tls
Inspection stringPolicy Id - Project string
- location String
- tls
Inspection StringPolicy Id - project String
- location string
- tls
Inspection stringPolicy Id - project string
- location str
- tls_
inspection_ strpolicy_ id - project str
- location String
- tls
Inspection StringPolicy Id - project String
getTlsInspectionPolicy Result
The following output properties are available:
- Ca
Pool string A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
- Create
Time string The timestamp when the resource was created.
- Description string
Optional. Free-text description of the resource.
- Name string
Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^a-z?$).
- Update
Time string The timestamp when the resource was updated.
- Ca
Pool string A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
- Create
Time string The timestamp when the resource was created.
- Description string
Optional. Free-text description of the resource.
- Name string
Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^a-z?$).
- Update
Time string The timestamp when the resource was updated.
- ca
Pool String A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
- create
Time String The timestamp when the resource was created.
- description String
Optional. Free-text description of the resource.
- name String
Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^a-z?$).
- update
Time String The timestamp when the resource was updated.
- ca
Pool string A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
- create
Time string The timestamp when the resource was created.
- description string
Optional. Free-text description of the resource.
- name string
Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^a-z?$).
- update
Time string The timestamp when the resource was updated.
- ca_
pool str A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
- create_
time str The timestamp when the resource was created.
- description str
Optional. Free-text description of the resource.
- name str
Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^a-z?$).
- update_
time str The timestamp when the resource was updated.
- ca
Pool String A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
- create
Time String The timestamp when the resource was created.
- description String
Optional. Free-text description of the resource.
- name String
Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^a-z?$).
- update
Time String The timestamp when the resource was updated.
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.