NAME

Google::Cloud::Networksecurity::V1::SseRealm::SACRealm - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • name

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • update_time

    Type: Message (.google.protobuf.Timestamp)

  • labels

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

  • security_service

    Type: Enum (.google.cloud.networksecurity.v1.SACRealm.SecurityService)

  • pairing_key

    Type: Message (.google.cloud.networksecurity.v1.SACRealm.PairingKey)

  • state

    Type: Enum (.google.cloud.networksecurity.v1.SACRealm.State)

Enum: SACRealm::SecurityService

Values:

  • SECURITY_SERVICE_UNSPECIFIED => 0

  • PALO_ALTO_PRISMA_ACCESS => 1

Enum: SACRealm::State

Values:

  • STATE_UNSPECIFIED => 0

  • PENDING_PARTNER_ATTACHMENT => 7

  • PARTNER_ATTACHED => 1

  • PARTNER_DETACHED => 2

  • KEY_EXPIRED => 3

NAME

Google::Cloud::Networksecurity::V1::SseRealm::ListSACRealmsRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • filter

    Type: String

  • order_by

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::ListSACRealmsResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

my $msg = Google::Cloud::Networksecurity::V1::SseRealm::ListSACRealmsResponse->new(
    sac_realms => $value,
);

FIELDS

  • sac_realms

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

  • next_page_token

    Type: String

  • unreachable

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::GetSACRealmRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::CreateSACRealmRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • parent

    Type: String

  • sac_realm_id

    Type: String

  • sac_realm

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::DeleteSACRealmRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • name

    Type: String

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::SACAttachment - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • name

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • update_time

    Type: Message (.google.protobuf.Timestamp)

  • labels

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

  • sac_realm

    Type: String

  • ncc_gateway

    Type: String

  • state

    Type: Enum (.google.cloud.networksecurity.v1.SACAttachment.State)

Enum: SACAttachment::State

Values:

  • STATE_UNSPECIFIED => 0

  • PENDING_PARTNER_ATTACHMENT => 1

  • PARTNER_ATTACHED => 2

  • PARTNER_DETACHED => 3

NAME

Google::Cloud::Networksecurity::V1::SseRealm::ListSACAttachmentsRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • filter

    Type: String

  • order_by

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::ListSACAttachmentsResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

my $msg = Google::Cloud::Networksecurity::V1::SseRealm::ListSACAttachmentsResponse->new(
    sac_attachments => $value,
);

FIELDS

  • sac_attachments

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

  • next_page_token

    Type: String

  • unreachable

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::GetSACAttachmentRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::CreateSACAttachmentRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • parent

    Type: String

  • sac_attachment_id

    Type: String

  • sac_attachment

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::DeleteSACAttachmentRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::SseRealm;

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

FIELDS

  • name

    Type: String

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::SseRealm::SSERealmServiceClient - Client stub representing the remote SSERealmService service

DESCRIPTION

This class acts as a local client stub for the remote gRPC service. It delegates call dispatching to an underlying Google::gRPC::Client instance, ensuring type-safe request parsing and response mapping.

CONFIGURATION AND ENVIRONMENT

target

The endpoint target address. Defaults to networksecurity.googleapis.com:443.

credentials

The authentication credentials provider. Defaults to application default credentials via Google::Auth.

NAME

Google::Cloud::Networksecurity::V1::SseRealm - 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.