DependabotOrganizationSecretRepositoriesArgs

data class DependabotOrganizationSecretRepositoriesArgs(val secretName: Output<String>? = null, val selectedRepositoryIds: Output<List<Int>>? = null) : ConvertibleToJava<DependabotOrganizationSecretRepositoriesArgs>

Constructors

constructor(secretName: Output<String>? = null, selectedRepositoryIds: Output<List<Int>>? = null)

Properties

Link copied to clipboard
val secretName: Output<String>? = null

Name of the existing secret.

Link copied to clipboard
val selectedRepositoryIds: Output<List<Int>>? = null

An array of repository ids that can access the organization secret.

Functions

Link copied to clipboard
open override fun toJava(): DependabotOrganizationSecretRepositoriesArgs