GetRepositoryDeploymentBranchPoliciesResult

data class GetRepositoryDeploymentBranchPoliciesResult(val deploymentBranchPolicies: List<GetRepositoryDeploymentBranchPoliciesDeploymentBranchPolicy>, val environmentName: String, val id: String, val repository: String)

A collection of values returned by getRepositoryDeploymentBranchPolicies.

Constructors

constructor(deploymentBranchPolicies: List<GetRepositoryDeploymentBranchPoliciesDeploymentBranchPolicy>, environmentName: String, id: String, repository: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of this repository / environment deployment policies. Each element of deployment_branch_policies has the following attributes:

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard