1. Packages
  2. Google Cloud Native
  3. API Docs
  4. networksecurity
  5. networksecurity/v1beta1
  6. getTlsInspectionPolicy

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

google-native.networksecurity/v1beta1.getTlsInspectionPolicy

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

    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:

    getTlsInspectionPolicy Result

    The following output properties are available:

    CaPool 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}".

    CreateTime 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?$).

    UpdateTime string

    The timestamp when the resource was updated.

    CaPool 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}".

    CreateTime 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?$).

    UpdateTime string

    The timestamp when the resource was updated.

    caPool 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}".

    createTime 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?$).

    updateTime String

    The timestamp when the resource was updated.

    caPool 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}".

    createTime 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?$).

    updateTime 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.

    caPool 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}".

    createTime 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?$).

    updateTime String

    The timestamp when the resource was updated.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi