NAME

Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::BackendAuthenticationConfig - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig;

my $msg = Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::BackendAuthenticationConfig->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • description

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • update_time

    Type: Message (.google.protobuf.Timestamp)

  • labels

    Type: Message (.google.cloud.networksecurity.v1.BackendAuthenticationConfig.LabelsEntry)

  • client_certificate

    Type: String

  • trust_config

    Type: String

  • well_known_roots

    Type: Enum (.google.cloud.networksecurity.v1.BackendAuthenticationConfig.WellKnownRoots)

  • etag

    Type: String

Enum: BackendAuthenticationConfig::WellKnownRoots

Values:

  • WELL_KNOWN_ROOTS_UNSPECIFIED => 0

  • NONE => 1

  • PUBLIC_ROOTS => 2

NAME

Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::ListBackendAuthenticationConfigsRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig;

my $msg = Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::ListBackendAuthenticationConfigsRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

NAME

Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::ListBackendAuthenticationConfigsResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig;

my $msg = Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::ListBackendAuthenticationConfigsResponse->new(
    backend_authentication_configs => $value,
);

FIELDS

  • backend_authentication_configs

    Type: Message (.google.cloud.networksecurity.v1.BackendAuthenticationConfig)

  • next_page_token

    Type: String

  • unreachable

    Type: String

NAME

Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::GetBackendAuthenticationConfigRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig;

my $msg = Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::GetBackendAuthenticationConfigRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::CreateBackendAuthenticationConfigRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig;

my $msg = Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::CreateBackendAuthenticationConfigRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • backend_authentication_config_id

    Type: String

  • backend_authentication_config

    Type: Message (.google.cloud.networksecurity.v1.BackendAuthenticationConfig)

NAME

Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::UpdateBackendAuthenticationConfigRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig;

my $msg = Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::UpdateBackendAuthenticationConfigRequest->new(
    update_mask => $value,
);

FIELDS

  • update_mask

    Type: Message (.google.protobuf.FieldMask)

  • backend_authentication_config

    Type: Message (.google.cloud.networksecurity.v1.BackendAuthenticationConfig)

NAME

Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::DeleteBackendAuthenticationConfigRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig;

my $msg = Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig::DeleteBackendAuthenticationConfigRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • etag

    Type: String

NAME

Google::Cloud::Networksecurity::V1::BackendAuthenticationConfig - Protocol Buffers schema definition

DESCRIPTION

Auto-generated Protocol Buffers schema definition class.

LICENSE AND COPYRIGHT

Copyright (C) 2026 Google LLC

This program is released under the Apache 2.0 license.