OSPolicyResourceRepositoryResourceZypperRepository
import type { OSPolicyResourceRepositoryResourceZypperRepository } from "https://googleapis.deno.dev/v1/osconfig:v2.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;
}