View Source GoogleApi.ArtifactRegistry.V1.Model.VPCSCConfig (google_api_artifact_registry v0.15.0)

The Artifact Registry VPC SC config that apply to a Project.

Attributes

  • name (type: String.t, default: nil) - The name of the project's VPC SC Config. Always of the form: projects/{projectID}/locations/{location}/vpcscConfig In update request: never set In response: always set
  • vpcscPolicy (type: String.t, default: nil) - The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.VPCSCConfig{
  name: String.t() | nil,
  vpcscPolicy: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.