View Source GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.PrivateAccess (google_api_contact_center_ai_platform v0.5.3)
Defines ingress and egress private traffic settings for CCAIP instances.
Attributes
-
egressSettings
(type:list(GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.Component.t)
, default:nil
) - List of egress components that should not be accessed via the Internet. For more information see go/ccaip-private-path-v2. -
ingressSettings
(type:list(GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.Component.t)
, default:nil
) - List of ingress components that should not be accessed via the Internet. For more information see go/ccaip-private-path-v2. -
pscSetting
(type:GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.PscSetting.t
, default:nil
) - Private service connect settings.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.PrivateAccess{ egressSettings: [GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.Component.t()] | nil, ingressSettings: [GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.Component.t()] | nil, pscSetting: GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.PscSetting.t() | nil }