OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryYum

data class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryYum(val baseUrl: String, val displayName: String? = null, val gpgKeys: List<String>? = null, val id: String)

Constructors

constructor(baseUrl: String, displayName: String? = null, gpgKeys: List<String>? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location of the repository directory.

Link copied to clipboard
val displayName: String? = null

The display name of the repository.

Link copied to clipboard
val gpgKeys: List<String>? = null

URIs of GPG keys.

Link copied to clipboard
val id: String

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