GetBranchProtectionRulesResult

data class GetBranchProtectionRulesResult(val id: String, val repository: String, val rules: List<GetBranchProtectionRulesRule>)

A collection of values returned by getBranchProtectionRules.

Constructors

Link copied to clipboard
constructor(id: String, repository: String, rules: List<GetBranchProtectionRulesRule>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Collection of Branch Protection Rules. Each of the results conforms to the following scheme: