V2PolicyOrchestratorForFolderOrchestratedResourceOsPolicyAssignmentV1PayloadOsPolicyResourceGroupResourceRepositoryApt

data class V2PolicyOrchestratorForFolderOrchestratedResourceOsPolicyAssignmentV1PayloadOsPolicyResourceGroupResourceRepositoryApt(val archiveType: String, val components: List<String>, val distribution: String, val gpgKey: String? = null, val uri: String)

Constructors

constructor(archiveType: String, components: List<String>, distribution: String, gpgKey: String? = null, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of archive files in this repository. Possible values are: DEB, DEB_SRC.

Link copied to clipboard

List of components for this repository. Must contain at least one item.

Link copied to clipboard

Distribution of this repository.

Link copied to clipboard
val gpgKey: String? = null

URI of the key file for this repository. The agent maintains a keyring at /etc/apt/trusted.gpg.d/osconfig_agent_managed.gpg.

Link copied to clipboard
val uri: String

URI for this repository.