Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OSPolicyResourceRepositoryResourceZypperRepository

import type { OSPolicyResourceRepositoryResourceZypperRepository } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

Represents a single zypper package repository. These are added to a repo file that is managed at /etc/zypp/repos.d/google_osconfig.repo.

interface OSPolicyResourceRepositoryResourceZypperRepository {
baseUrl?: string;
displayName?: string;
gpgKeys?: string[];
id?: string;
}

§Properties

§
baseUrl?: string
[src]

Required. The location of the repository directory.

§
displayName?: string
[src]

The display name of the repository.

§
gpgKeys?: string[]
[src]

URIs of GPG keys.

§
id?: string
[src]

Required. A one word, unique name for this repository. This is the repo id in the zypper config file and also the display_name if display_name is omitted. This id is also used as the unique identifier when checking for GuestPolicy conflicts.