Group Protected Environment Deploy Access Level Args
data class GroupProtectedEnvironmentDeployAccessLevelArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val groupInheritanceType: Output<Int>? = null, val id: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<GroupProtectedEnvironmentDeployAccessLevelArgs>
Constructors
Properties
Link copied to clipboard
Levels of access required to deploy to this protected environment. Valid values are developer, maintainer.
Link copied to clipboard
Readable description of level of access.
Link copied to clipboard
Group inheritance allows deploy access levels to take inherited group membership into account. Valid values are 0, 1. 0 => Direct group membership only, 1 => All inherited groups. Default: 0