Project Protected Environment Deploy Access Level Args
data class ProjectProtectedEnvironmentDeployAccessLevelArgs(val accessLevel: Output<String>? = null, val accessLevelDescription: Output<String>? = null, val groupId: Output<Int>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<ProjectProtectedEnvironmentDeployAccessLevelArgs>
Constructors
Link copied to clipboard
fun ProjectProtectedEnvironmentDeployAccessLevelArgs(accessLevel: Output<String>? = null, accessLevelDescription: Output<String>? = null, groupId: Output<Int>? = null, userId: Output<Int>? = null)